Remove some unused variables
This commit is contained in:
parent
399a1a5f5e
commit
a0f681295a
1 changed files with 0 additions and 3 deletions
|
@ -1358,11 +1358,8 @@ main(argc, argv)
|
||||||
struct todo * td;
|
struct todo * td;
|
||||||
struct iso_primary_descriptor ipd;
|
struct iso_primary_descriptor ipd;
|
||||||
struct iso_primary_descriptor jpd;
|
struct iso_primary_descriptor jpd;
|
||||||
struct eltorito_boot_descriptor bpd;
|
|
||||||
struct iso_directory_record * idr;
|
struct iso_directory_record * idr;
|
||||||
char *charset = NULL;
|
char *charset = NULL;
|
||||||
BOOL found_eltorito = FALSE;
|
|
||||||
int bootcat_offset = 0;
|
|
||||||
int voldesc_sum = 0;
|
int voldesc_sum = 0;
|
||||||
char *cp;
|
char *cp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue