Commit bd7e05d7 authored by Andrew Tridgell's avatar Andrew Tridgell

remove a redundent continue statement

parent c95f1aa9
......@@ -380,7 +380,6 @@ static void writefd_unbuffered(int fd,char *buf,int len)
if (io_timeout)
last_io = time(NULL);
continue;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment