Commit c0ca4a07 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Mark a needless return

parent 0113f8bb
......@@ -205,6 +205,7 @@ vwk_thread(void *priv)
SES_Delete(sp, SC_RX_TIMEOUT, now);
}
}
NEEDLESS_RETURN(NULL);
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment