diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-11-29 17:05:40 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-12-03 13:47:58 -0200 |
| commit | a3d29c6a4981027159d594297e466d9b92ab6b1b (patch) | |
| tree | 510d5904613513edf20f9ca092071d6221ad54c5 /ripd/rip_debug.h | |
| parent | cba25972ac414080e6b6ba7ad1ceb499649693c5 (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.h | 1 |
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 */ |
