From 7c636061f69db87934dfee9797e849317bbe4cba Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Tue, 3 Apr 2012 21:11:55 +0800 Subject: [PATCH] carp: Remove unused code --- sys/netinet/ip_carp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 464aaf2d30..59a3dfa02b 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -144,8 +144,6 @@ struct carp_if { TAILQ_HEAD(, carp_softc) vhif_vrs; }; -enum { CARP_COUNT_MASTER, CARP_COUNT_RUNNING }; - SYSCTL_DECL(_net_inet_carp); static int carp_opts[CARPCTL_MAXID] = { 0, 1, 0, 1, 0, 0 }; /* XXX for now */ -- 2.41.0