summaryrefslogtreecommitdiffstats
path: root/sysdep/unix
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-07 18:51:23 +0200
committerOndrej Filip <feela@network.cz>2004-06-07 18:51:23 +0200
commitb7e9c74cba36ed6932dbc30a4b9b0b9f9a06dba5 (patch)
tree0e565a1d0c069e9a6242f26120a90bbd712045ea /sysdep/unix
parente02652a7d2e1f9bb599dbf9fa5862f03f4188efa (diff)
downloadbird-b7e9c74cba36ed6932dbc30a4b9b0b9f9a06dba5.tar
bird-b7e9c74cba36ed6932dbc30a4b9b0b9f9a06dba5.zip
Used parameter can be marked as unused. :-) Thanx MJ.
Diffstat (limited to 'sysdep/unix')
-rw-r--r--sysdep/unix/krt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 989930f..a6d1727 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -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;