remove a redundent continue statement
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 03:02:14 +0000 (03:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 03:02:14 +0000 (03:02 +0000)
io.c

diff --git a/io.c b/io.c
index 2575dc4..c42c1c7 100644 (file)
--- 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;
                }
        }