Remove unused macro.

Approved by:	julian (mentor)
This commit is contained in:
Gleb Smirnoff 2004-11-19 22:35:53 +00:00
parent 5336906fe3
commit 654ec77877
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137899

View File

@ -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
******************************************************************/