aboutsummaryrefslogtreecommitdiff
path: root/tar/sqfs2tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar/sqfs2tar.c')
-rw-r--r--tar/sqfs2tar.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c
index cdad066..b21570a 100644
--- a/tar/sqfs2tar.c
+++ b/tar/sqfs2tar.c
@@ -557,15 +557,6 @@ int main(int argc, char **argv)
goto out_fd;
}
- if (super.flags & SQFS_FLAG_COMPRESSOR_OPTIONS) {
- ret = cmp->read_options(cmp, file);
- if (ret) {
- sqfs_perror(filename, "reading compressor options",
- ret);
- goto out_cmp;
- }
- }
-
idtbl = sqfs_id_table_create(0);
if (idtbl == NULL) {