diff options
Diffstat (limited to 'unpack')
| -rw-r--r-- | unpack/rdsquashfs.c | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index c166f4a..fa2bbb4 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -51,15 +51,6 @@ int main(int argc, char **argv)  		goto out_file;  	} -	if (super.flags & SQFS_FLAG_COMPRESSOR_OPTIONS) { -		ret = cmp->read_options(cmp, file); -		if (ret) { -			sqfs_perror(opt.image_name, "reading compressor " -				    "options", ret); -			goto out_cmp; -		} -	} -  	if (!(super.flags & SQFS_FLAG_NO_XATTRS)) {  		xattr = sqfs_xattr_reader_create(0);  		if (xattr == NULL) {  | 
