Author: cgutman
Date: Fri Aug  5 23:09:18 2011
New Revision: 53093

URL: http://svn.reactos.org/svn/reactos?rev=53093&view=rev
Log:
[IP]
- Fix unused variable warnings

Modified:
    branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/event.c

Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/event.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/event.c?rev=53093&r1=53092&r2=53093&view=diff
==============================================================================
--- branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/event.c 
[iso-8859-1] (original)
+++ branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/event.c 
[iso-8859-1] Fri Aug  5 23:09:18 2011
@@ -228,10 +228,7 @@
 
 VOID
 FlushAllQueues(PCONNECTION_ENDPOINT Connection, NTSTATUS Status)
-{
-    PTDI_BUCKET Bucket;
-    PLIST_ENTRY Entry;
-    
+{    
     ReferenceObject(Connection);
     
     // flush receive queue


Reply via email to