summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.c
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.c
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.c')
-rw-r--r--ripd/rip_debug.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c
index 2ce289e38f..3356d99c2a 100644
--- a/ripd/rip_debug.c
+++ b/ripd/rip_debug.c
@@ -204,13 +204,6 @@ static int config_write_debug(struct vty *vty)
return write;
}
-void rip_debug_reset(void)
-{
- rip_debug_event = 0;
- rip_debug_packet = 0;
- rip_debug_zebra = 0;
-}
-
void rip_debug_init(void)
{
rip_debug_event = 0;