[LWIP]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sun, 4 Sep 2011 00:31:13 +0000 (00:31 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sun, 4 Sep 2011 00:31:13 +0000 (00:31 +0000)
- fix warning in ros glue code

svn path=/trunk/; revision=53569

reactos/lib/drivers/lwip/src/rostcp.c

index 18de282..6ddb7a5 100755 (executable)
@@ -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)