net/netfilter/ipset/ip_set_core.c:1416:0: warning: macro "DUMP_INIT" is
not used [-Wunused-macros]

This macro unused and cause above warning. So let's remove it.

Signed-off-by: Alex Shi <alex....@linux.alibaba.com>
Cc: Pablo Neira Ayuso <pa...@netfilter.org> 
Cc: Jozsef Kadlecsik <kad...@netfilter.org> 
Cc: Florian Westphal <f...@strlen.de> 
Cc: "David S. Miller" <da...@davemloft.net> 
Cc: netfilter-de...@vger.kernel.org 
Cc: coret...@netfilter.org 
Cc: netdev@vger.kernel.org 
Cc: linux-ker...@vger.kernel.org 
---
 net/netfilter/ipset/ip_set_core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/netfilter/ipset/ip_set_core.c 
b/net/netfilter/ipset/ip_set_core.c
index c7eaa3776238..69c10878bf97 100644
--- a/net/netfilter/ipset/ip_set_core.c
+++ b/net/netfilter/ipset/ip_set_core.c
@@ -1420,7 +1420,6 @@ static int ip_set_swap(struct net *net, struct sock 
*ctnl, struct sk_buff *skb,
 
 /* List/save set data */
 
-#define DUMP_INIT      0
 #define DUMP_ALL       1
 #define DUMP_ONE       2
 #define DUMP_LAST      3
-- 
1.8.3.1

Reply via email to