summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_one2many.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_one2many.c')
-rw-r--r--sys/netgraph/ng_one2many.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netgraph/ng_one2many.c b/sys/netgraph/ng_one2many.c
index 83f39d6..df2dbdc 100644
--- a/sys/netgraph/ng_one2many.c
+++ b/sys/netgraph/ng_one2many.c
@@ -88,9 +88,6 @@ static ng_disconnect_t ng_one2many_disconnect;
/* Other functions */
static void ng_one2many_update_many(priv_p priv);
-/* Store each hook's link number in the private field */
-#define LINK_NUM(hook) (*(int16_t *)(&(hook)->private))
-
/******************************************************************
NETGRAPH PARSE TYPES
******************************************************************/
OpenPOWER on IntegriCloud