From: Ondrej Filip Date: Wed, 7 Jun 2000 01:19:16 +0000 (+0000) Subject: Removed useless trace. X-Git-Tag: v1.2.0~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cd5c52fcb7d429f41601f7be114168cb2371072;p=thirdparty%2Fbird.git Removed useless trace. --- diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 698c6a226..1bc8e7478 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -16,8 +16,6 @@ ospf_start(struct proto *p) struct ospf_area_config *ac; struct ospf_area *oa; - OSPF_TRACE(D_EVENTS, "Start"); - fib_init(&po->efib,p->pool,sizeof(struct extfib),16,init_efib); init_list(&(po->iface_list)); init_list(&(po->area_list));