Remove orphaned comment about Meta data.

This commit is contained in:
Gleb Smirnoff 2004-09-11 08:59:06 +00:00
parent 4ada27d8b3
commit 5d67845f3e

View File

@ -594,7 +594,6 @@ ng_eiface_rcvdata(hook_p hook, item_p item)
struct mbuf *m;
NGI_GET_M(item, m);
/* Meta-data ends its life here... */
NG_FREE_ITEM(item);
if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) {