diff options
Diffstat (limited to 'src/xz/args.c')
-rw-r--r-- | src/xz/args.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xz/args.c b/src/xz/args.c index 2af39098..6b388a1e 100644 --- a/src/xz/args.c +++ b/src/xz/args.c @@ -415,8 +415,6 @@ parse_real(args_info *args, int argc, char **argv) #ifdef HAVE_LZIP_DECODER { "lzip", FORMAT_LZIP }, #endif - // { "gzip", FORMAT_GZIP }, - // { "gz", FORMAT_GZIP }, { "raw", FORMAT_RAW }, }; |