diff --git a/subprojects/isoinfo/src/isoinfo.c b/subprojects/isoinfo/src/isoinfo.c index 5ee156d..d2d0890 100644 --- a/subprojects/isoinfo/src/isoinfo.c +++ b/subprojects/isoinfo/src/isoinfo.c @@ -140,7 +140,6 @@ LOCAL char *const *find_av = NULL; /* av past -find option */ LOCAL int find_pac = 0; /* ac for first find primary */ LOCAL char *const *find_pav = NULL; /* av for first find primary */ LOCAL int do_sectors = 0; -LOCAL int do_pathtab = 0; LOCAL BOOL debug = FALSE; LOCAL char *xtract = 0; LOCAL BOOL Xtract = FALSE; @@ -1692,16 +1691,6 @@ setcharset: if (use_joliet) idr = (struct iso_directory_record *)jpd.root_directory_record; - if (do_pathtab) { - if (use_joliet) { - dump_pathtab(isonum_731(jpd.type_l_path_table), - isonum_733((unsigned char *)jpd.path_table_size)); - } else { - dump_pathtab(isonum_731(ipd.type_l_path_table), - isonum_733((unsigned char *)ipd.path_table_size)); - } - } - parse_dir(todo_idr, "/", isonum_733((unsigned char *)idr->extent), isonum_733((unsigned char *)idr->size)); td = todo_idr;