aboutsummaryrefslogtreecommitdiff
path: root/extras/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/browse.c')
-rw-r--r--extras/browse.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/extras/browse.c b/extras/browse.c
index a238793..ef4e223 100644
--- a/extras/browse.c
+++ b/extras/browse.c
@@ -513,15 +513,6 @@ int main(int argc, char **argv)
goto out_fd;
}
- if (super.flags & SQFS_FLAG_COMPRESSOR_OPTIONS) {
- if (cmp->read_options(cmp, file)) {
- fprintf(stderr,
- "%s: error reading compressor options.\n",
- argv[1]);
- goto out_cmp;
- }
- }
-
/* Create and read the UID/GID mapping table */
idtbl = sqfs_id_table_create(0);
if (idtbl == NULL) {