socket: remove obsolete comment

This commit is contained in:
Miroslav Lichvar 2020-03-24 15:46:34 +01:00
parent cfa39af345
commit a6f2a613f3

View file

@ -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;