aboutsummaryrefslogtreecommitdiff
path: root/extras/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/browse.c')
-rw-r--r--extras/browse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/browse.c b/extras/browse.c
index 9dd735a..a238793 100644
--- a/extras/browse.c
+++ b/extras/browse.c
@@ -502,11 +502,6 @@ int main(int argc, char **argv)
goto out_fd;
}
- if (!sqfs_compressor_exists(super.compression_id)) {
- fprintf(stderr, "%s: unknown compressor used.\n", argv[1]);
- goto out_fd;
- }
-
sqfs_compressor_config_init(&cfg, super.compression_id,
super.block_size,
SQFS_COMP_FLAG_UNCOMPRESS);