Skip to content

Commit

Permalink
removed a debugging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Mar 29, 2002
1 parent 9638857 commit 32897ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freebsd4/sys/net/route.c
Expand Up @@ -1371,7 +1371,6 @@ rt_timer_timer(arg)
rtq = LIST_NEXT(rtq, rtq_link)) {
while ((r = TAILQ_FIRST(&rtq->rtq_head)) != NULL &&
(r->rtt_time + rtq->rtq_timeout) < current_time) {
printf("rt_timer_timer: remove an entry: %p\n", r);
LIST_REMOVE(r, rtt_link);
TAILQ_REMOVE(&rtq->rtq_head, r, rtt_next);
RTTIMER_CALLOUT(r);
Expand Down

0 comments on commit 32897ca

Please sign in to comment.