From fb18e1f036e56de4fd6956a1f93dff68079ef72e Mon Sep 17 00:00:00 2001 From: likewise Date: Thu, 22 Jul 2004 21:56:31 +0000 Subject: [PATCH] Removed obsolete debug define. --- src/netif/etharp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/netif/etharp.c b/src/netif/etharp.c index f67e929d..40d84b3d 100644 --- a/src/netif/etharp.c +++ b/src/netif/etharp.c @@ -55,9 +55,6 @@ # include "lwip/dhcp.h" #endif -/* allows new queueing code to be disabled (0) for regression testing */ -#define ARP_NEW_QUEUE 1 - /** the time an ARP entry stays valid after its last update, (120 * 10) seconds = 20 minutes. */ #define ARP_MAXAGE 120 /** the time an ARP entry stays pending after first request, (1 * 10) seconds = 10 seconds. */