remove a redundent continue statement

This commit is contained in:
Andrew Tridgell
1998-07-02 03:02:14 +00:00
parent c95f1aa9d3
commit bd7e05d799

1
io.c
View File

@@ -380,7 +380,6 @@ static void writefd_unbuffered(int fd,char *buf,int len)
if (io_timeout)
last_io = time(NULL);
continue;
}
}