From 9a9f99960dece404d6b2385107e8e2fa2696d3a1 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Thu, 2 May 2013 16:42:23 +0800 Subject: [PATCH] ip_demux: Remove unused udp_mpsafe_thread global variable --- sys/netinet/ip_demux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/netinet/ip_demux.c b/sys/netinet/ip_demux.c index ca426ccba5..1c7970e944 100644 --- a/sys/netinet/ip_demux.c +++ b/sys/netinet/ip_demux.c @@ -59,8 +59,6 @@ #include #include -extern int udp_mpsafe_thread; - /* * Toeplitz hash functions - the idea is to match the hardware. */ -- 2.41.0