From: Andrew Tridgell Date: Thu, 2 Jul 1998 03:02:14 +0000 (+0000) Subject: remove a redundent continue statement X-Git-Tag: v2.0.19~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7e05d7996e67cf12a0b01fe9286ef2813432f4;p=thirdparty%2Frsync.git remove a redundent continue statement --- diff --git a/io.c b/io.c index 2575dc45..c42c1c7e 100644 --- a/io.c +++ b/io.c @@ -380,7 +380,6 @@ static void writefd_unbuffered(int fd,char *buf,int len) if (io_timeout) last_io = time(NULL); - continue; } }