1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

remove unused variable

This commit is contained in:
Julian Elischer 2000-12-12 23:50:51 +00:00
parent 5aea03b06b
commit c4e30752ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69943

View File

@ -769,7 +769,6 @@ Static int
ng_udbp_rmnode(node_p node)
{
const udbp_p sc = node->private;
struct mbuf *m;
node->flags |= NG_INVALID;
ng_cutlinks(node);