summaryrefslogtreecommitdiffstats
path: root/sys/netinet/pim_var.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-08-26 18:16:05 +0000
committerjhb <jhb@FreeBSD.org>2013-08-26 18:16:05 +0000
commita437be72574480c1aedb04a776cc369e323fba4a (patch)
tree68b45bffbfe1373db4468cd797da2aac8d561353 /sys/netinet/pim_var.h
parent66bd119888d232b2e3772b0d878b29513cf4c63e (diff)
downloadFreeBSD-src-a437be72574480c1aedb04a776cc369e323fba4a.zip
FreeBSD-src-a437be72574480c1aedb04a776cc369e323fba4a.tar.gz
Remove most of the remaining sysctl name list macros. They were only
ever intended for use in sysctl(8) and it has not used them for many years. Reviewed by: bde Tested by: exp-run by bdrewery
Diffstat (limited to 'sys/netinet/pim_var.h')
-rw-r--r--sys/netinet/pim_var.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h
index 1fdfb10..d082d9a 100644
--- a/sys/netinet/pim_var.h
+++ b/sys/netinet/pim_var.h
@@ -71,11 +71,6 @@ struct pimstat {
#define PIMCTL_STATS 1 /* statistics (read-only) */
#define PIMCTL_MAXID 2
-#define PIMCTL_NAMES { \
- { 0, 0 }, \
- { "stats", CTLTYPE_STRUCT }, \
-}
-
#ifdef _KERNEL
void pim_input(struct mbuf *, int);
OpenPOWER on IntegriCloud