mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Remove unused macro.
Approved by: julian (mentor)
This commit is contained in:
parent
5336906fe3
commit
654ec77877
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137899
@ -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
|
||||
******************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user