From 444d262fd4e63ab55f055de0ef680ae8f8f5c92d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 18 Aug 2023 10:06:06 +0200 Subject: [PATCH] remove unneeded comment Signed-off-by: Wolfgang Bumiller --- src/PVE/Storage.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm index cb70113..71fd4be 100755 --- a/src/PVE/Storage.pm +++ b/src/PVE/Storage.pm @@ -1532,7 +1532,6 @@ sub decompressor_info { zst => ['zstd', '-q', '-d', '-c'], }, iso => { - # zstd seem to be able to handle .gzip fine. Therefore we dont need additional other tool gz => ['zcat'], lzo => ['lzop', '-d', '-c'], zst => ['zstd', '-q', '-d', '-c'],