From bd7e05d7996e67cf12a0b01fe9286ef2813432f4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 2 Jul 1998 03:02:14 +0000 Subject: [PATCH] remove a redundent continue statement --- io.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.34.1