Fix build error.

This commit is contained in:
nyan 2003-02-06 14:26:41 +00:00
parent d548cab7ea
commit 0ca82066f1

View File

@ -62,7 +62,6 @@ int
Write_Disk(const struct disk *d1)
{
int fd, i, j;
struct disk *old = NULL;
struct chunk *c1;
int ret = 0;
char device[64];