From: Miroslav Lichvar Date: Tue, 24 Mar 2020 14:46:34 +0000 (+0100) Subject: socket: remove obsolete comment X-Git-Tag: 4.0-pre2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f2a613f36bcc142c2fe78e5e5a5c08b1d63c79;p=thirdparty%2Fchrony.git socket: remove obsolete comment --- diff --git a/ntp_io.c b/ntp_io.c index 31e21c7b..bc1b1de5 100644 --- a/ntp_io.c +++ b/ntp_io.c @@ -404,9 +404,6 @@ process_message(SCK_Message *message, int sock_fd, int event) static void read_from_socket(int sock_fd, int event, void *anything) { - /* This should only be called when there is something - to read, otherwise it may block */ - SCK_Message *messages; int i, received, flags = 0;