Removed surplus test expression

This commit is contained in:
2010-06-13 10:57:30 +00:00
parent efa9536fe7
commit 2f95cea15f
2 changed files with 1 additions and 2 deletions

View File

@ -990,7 +990,6 @@ not_enough_args:;
} else if(strcmp(argv[i], "-no-emul-boot")==0 ||
strcmp(argv[i], "-boot-info-table")==0 ||
strncmp(argv[i], "isolinux_mbr=", 13)==0 ||
strncmp(argv[i], "isolinux_mbr=", 13)==0 ||
strcmp(argv[i], "-eltorito-alt-boot")==0 ||
strcmp(argv[i], "--protective-msdos-label")==0) {
boot_opt_list[boot_opt_count++]= i;