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_routemap.c | |
| 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_routemap.c')
| -rw-r--r-- | ripd/rip_routemap.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c index b69b2466d5..b34f944c9e 100644 --- a/ripd/rip_routemap.c +++ b/ripd/rip_routemap.c @@ -517,11 +517,6 @@ static struct route_map_rule_cmd route_set_tag_cmd = {  #define MATCH_STR "Match values from routing table\n"  #define SET_STR "Set values in destination routing protocol\n" -void rip_route_map_reset() -{ -	; -} -  /* Route-map init */  void rip_route_map_init()  {  | 
