remove unneeded comment

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2023-08-18 10:06:06 +02:00
parent 2197ff97dc
commit 444d262fd4

View File

@ -1532,7 +1532,6 @@ sub decompressor_info {
zst => ['zstd', '-q', '-d', '-c'], zst => ['zstd', '-q', '-d', '-c'],
}, },
iso => { iso => {
# zstd seem to be able to handle .gzip fine. Therefore we dont need additional other tool
gz => ['zcat'], gz => ['zcat'],
lzo => ['lzop', '-d', '-c'], lzo => ['lzop', '-d', '-c'],
zst => ['zstd', '-q', '-d', '-c'], zst => ['zstd', '-q', '-d', '-c'],