From 08e2a38eda182cc0669c1b6b8a2f926e667a4481 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 1 Nov 2004 20:52:24 +0000 Subject: [PATCH] Removed bogus comment. --- sys/netgraph/netflow/netflow.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index 3c2434dd4977..91a484b1b130 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -684,8 +684,6 @@ ng_netflow_expire(void *arg) * rare situation that inactive 1-packet flow will wake up. * When cache has reached CACHELOWAT, we expire all inactive flows, * until cache gets of sane size. - * - * When this record's refcount is > 0, we skip it. (XXX) */ if (used <= CACHELOWAT && !INACTIVE(fle)) goto finish;