From: Andrew Tridgell Date: Thu, 2 Jul 1998 03:02:14 +0000 (+0000) Subject: remove a redundent continue statement X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bd7e05d7996e67cf12a0b01fe9286ef2813432f4 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; } }