0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

Removed useless trace.

This commit is contained in:
Ondrej Filip 2000-06-07 01:19:16 +00:00
parent 3df89cefc1
commit 8cd5c52fcb

View File

@ -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));