]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Used parameter can be marked as unused. :-) Thanx MJ.
authorOndrej Filip <feela@network.cz>
Mon, 7 Jun 2004 16:51:23 +0000 (16:51 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 7 Jun 2004 16:51:23 +0000 (16:51 +0000)
sysdep/unix/krt.c

index 989930f37bf5f7afab4eb742a8bb0b8cd1a1dc67..a6d172799975ccb7dda0d575d2a167c56797b32e 100644 (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;