Fix build error.

This commit is contained in:
Yoshihiro Takahashi 2003-02-06 14:26:41 +00:00
parent 7cde604ebd
commit 60469a5bf3

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];