From 0b2b22338a254aa3559c922fa451750dc3042ae6 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 12 Jan 2018 20:41:11 +0100 Subject: [PATCH] tcpip_thread_poll_one: remove invalid comment in this function --- src/api/tcpip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/tcpip.c b/src/api/tcpip.c index e4441079..1740861c 100644 --- a/src/api/tcpip.c +++ b/src/api/tcpip.c @@ -215,7 +215,6 @@ tcpip_thread_poll_one(void) int ret = 0; struct tcpip_msg *msg; - /* wait for a message, timeouts are processed while waiting */ if (sys_arch_mbox_tryfetch(&tcpip_mbox, (void **)&msg) != SYS_ARCH_TIMEOUT) { LOCK_TCPIP_CORE(); if (msg != NULL) {