Author: jgardou
Date: Sun Sep 4 00:31:13 2011
New Revision: 53569
URL:
http://svn.reactos.org/svn/reactos?rev=53569&view=rev
Log:
[LWIP]
- fix warning in ros glue code
Modified:
trunk/reactos/lib/drivers/lwip/src/rostcp.c
Modified: trunk/reactos/lib/drivers/lwip/src/rostcp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/lwip/src/rostc…
==============================================================================
--- trunk/reactos/lib/drivers/lwip/src/rostcp.c [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/lwip/src/rostcp.c [iso-8859-1] Sun Sep 4 00:31:13 2011
@@ -196,7 +196,6 @@
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)