From 8bb27ba8c426b40656ad98048fa4c616041781cc Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 3 Dec 2015 13:51:59 +0100 Subject: [PATCH] Forgot to remove two SNMP options from opt.h that are now in lwip/apps/snmp_opts.h --- src/include/lwip/opt.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index fbe940de..e90d3635 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -2968,20 +2968,6 @@ #define AUTOIP_DEBUG LWIP_DBG_OFF #endif -/** - * SNMP_MSG_DEBUG: Enable debugging for SNMP messages. - */ -#ifndef SNMP_MSG_DEBUG -#define SNMP_MSG_DEBUG LWIP_DBG_OFF -#endif - -/** - * SNMP_MIB_DEBUG: Enable debugging for SNMP MIBs. - */ -#ifndef SNMP_MIB_DEBUG -#define SNMP_MIB_DEBUG LWIP_DBG_OFF -#endif - /** * DNS_DEBUG: Enable debugging for DNS. */