tcpip_thread_poll_one: remove invalid comment in this function

This commit is contained in:
goldsimon 2018-01-12 20:41:11 +01:00
parent eb51b683ed
commit 0b2b22338a

View File

@ -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) {