diff options
-rw-r--r-- | com32/modules/chain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/modules/chain.c b/com32/modules/chain.c index ead908f2..7c7c9eb6 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -651,9 +651,6 @@ int main(int argc, char *argv[]) regs.ip = regs.esp.l = 0x7c00; } - drivename = argv[1]; - partition = argv[2]; /* Possibly null */ - hd = 0; if ( !strncmp(drivename, "mbr", 3) ) { drive = find_disk(strtoul(drivename+4, NULL, 0)); |