Don't set a value to a variable that we don't use.

This commit is contained in:
John Baldwin 2002-11-08 14:00:09 +00:00
parent ca22e4bf2b
commit 7f55ebcd18

View File

@ -251,7 +251,6 @@ Int_Open_Disk(const char *name)
}
if (platform == p_alpha && !strcmp(t, "BSD") &&
d->chunks->part->part == NULL) {
o = d->chunks->size;
if (Add_Chunk(d, 0, d->chunks->size, name, freebsd, 0, 0, "-"))
DPRINT(("Failed to add 'freebsd' chunk"));
}