Used parameter can be marked as unused. :-) Thanx MJ.

This commit is contained in:
Ondrej Filip 2004-06-07 16:51:23 +00:00
parent e02652a7d2
commit b7e9c74cba

View file

@ -618,11 +618,7 @@ krt_prune(struct krt_proto *p)
}
void
krt_got_route_async(struct krt_proto *p, rte *e, int new
#ifndef KRT_ALLOW_LEARN
UNUSED
#endif
)
krt_got_route_async(struct krt_proto *p, rte *e, int new UNUSED)
{
net *net = e->net;
int src = e->u.krt.src;