summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/neighbor.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-10-24 19:50:34 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-10-24 19:50:34 +0000
commit3cf5bf6c5e4cb2d27193969df65e43d99f7992b2 (patch)
tree75928a7bf82e39d03f74662f50dc5b81c9adc5e8 /usr.sbin/ripd/neighbor.c
parentb191dbcad5cabfb39e7e9ed382fc88b2cf5c00cc (diff)
Garbage collect unused stuff found by lint.
Diffstat (limited to 'usr.sbin/ripd/neighbor.c')
-rw-r--r--usr.sbin/ripd/neighbor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ripd/neighbor.c b/usr.sbin/ripd/neighbor.c
index 0be04473890..cedb527b727 100644
--- a/usr.sbin/ripd/neighbor.c
+++ b/usr.sbin/ripd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.8 2007/10/18 17:00:59 deraadt Exp $ */
+/* $OpenBSD: neighbor.c,v 1.9 2007/10/24 19:50:33 claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -44,7 +44,6 @@ void nbr_stop_timer(struct nbr *);
void nbr_failed_new(struct nbr *);
void nbr_failed_timeout(int, short, void *);
-void nbr_failed_stop_timer(struct nbr_failed *);
LIST_HEAD(nbr_head, nbr);