]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
socket: remove obsolete comment
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 24 Mar 2020 14:46:34 +0000 (15:46 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Mar 2020 10:06:54 +0000 (11:06 +0100)
ntp_io.c

index 31e21c7bee99932e8ead327935d664e2c9f0ff07..bc1b1de596f0e237b966ccc84afa15140a949034 100644 (file)
--- 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;