From b35a37b73068a05d95c70af28e8731bece16e02e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 11 Jul 2013 00:52:01 +0800 Subject: [PATCH] Modules/IPStack - Fixed unused variable in udp --- KernelLand/Modules/IPStack/udp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/KernelLand/Modules/IPStack/udp.c b/KernelLand/Modules/IPStack/udp.c index ccd32bcc..6aba50e3 100644 --- a/KernelLand/Modules/IPStack/udp.c +++ b/KernelLand/Modules/IPStack/udp.c @@ -407,7 +407,6 @@ void UDP_Channel_Close(tVFS_Node *Node) Uint16 UDP_int_AllocatePort(tUDPChannel *Channel) { Mutex_Acquire(&glUDP_Ports); - int i; // Fast Search for( int base = UDP_ALLOC_BASE; base < 0x10000; base += 32 ) { -- 2.20.1