- fix warning in ros glue code

svn path=/trunk/; revision=53569
This commit is contained in:
Jérôme Gardou 2011-09-04 00:31:13 +00:00
parent a52963082d
commit 1ee26b07cf

View file

@ -196,7 +196,6 @@ err_t
InternalRecvEventHandler(void *arg, PTCP_PCB pcb, struct pbuf *p, const err_t err)
{
PCONNECTION_ENDPOINT Connection = arg;
u32_t len;
/* Make sure the socket didn't get closed */
if (!arg)