Removed a leftover from the previous change.

Submitted by:	Gleb Smirnoff
This commit is contained in:
Ruslan Ermilov 2004-06-01 13:15:32 +00:00
parent 86e711a393
commit 58acf05ade
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129942

View File

@ -385,10 +385,6 @@ ngt_shutdown(node_p node)
{
const sc_p privdata = NG_NODE_PRIVATE(node);
#if 0 /* can never happen as cutlinks is already called */
if (privdata->left.hook && privdata->right.hook)
ng_bypass(privdata->left.hook, privdata->right.hook);
#endif
NG_NODE_SET_PRIVATE(node, NULL);
NG_NODE_UNREF(privdata->node);
FREE(privdata, M_NETGRAPH);