From: Ondrej Filip Date: Tue, 26 Feb 2013 13:13:11 +0000 (+0100) Subject: Redundant lines removed. X-Git-Tag: v1.3.10~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de41dcd13d6f9d4785c80e6234ac38f2a15f5429;p=thirdparty%2Fbird.git Redundant lines removed. --- diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 5007715d6..8d9271d46 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -531,13 +531,10 @@ rip_timer(timer *t) WALK_LIST_DELSAFE( e, et, P->garbage ) { rte *rte; rte = SKIP_BACK( struct rte, u.rip.garbage, e ); -#ifdef LOCAL_DEBUG - { - struct proto *p = rte->attrs->proto; - CHK_MAGIC; - } + + CHK_MAGIC; + DBG( "Garbage: (%p)", rte ); rte_dump( rte ); -#endif if (now - rte->lastmod > P_CF->timeout_time) { TRACE(D_EVENTS, "entry is too old: %I", rte->net->n.prefix );