summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-11-29 17:05:40 -0200
committerRenato Westphal <renato@opensourcerouting.org>2018-12-03 13:47:58 -0200
commita3d29c6a4981027159d594297e466d9b92ab6b1b (patch)
tree510d5904613513edf20f9ca092071d6221ad54c5 /ripd/rip_debug.h
parentcba25972ac414080e6b6ba7ad1ceb499649693c5 (diff)
ripd: remove leftovers from the old sighup handler
Commit bc1bdde2f6 removed the rip_reset() function but didn't remove other functions that were only called by rip_reset(). Remove them now (dead code). Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_debug.h')
-rw-r--r--ripd/rip_debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h
index c3b15d2e15..3d819ccd0b 100644
--- a/ripd/rip_debug.h
+++ b/ripd/rip_debug.h
@@ -47,6 +47,5 @@ extern unsigned long rip_debug_packet;
extern unsigned long rip_debug_zebra;
extern void rip_debug_init(void);
-extern void rip_debug_reset(void);
#endif /* _ZEBRA_RIP_DEBUG_H */