From b7e9c74cba36ed6932dbc30a4b9b0b9f9a06dba5 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 7 Jun 2004 16:51:23 +0000 Subject: Used parameter can be marked as unused. :-) Thanx MJ. --- sysdep/unix/krt.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdep/unix/krt.c') 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; -- cgit v1.2.3