summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-01-04 22:08:10 +0100
committerRenato Westphal <renato@opensourcerouting.org>2019-01-18 19:15:41 +0100
commit241987a816b8a2bb1d2973f33624fdea62718208 (patch)
tree0c8d8b3a44cc5a41f216d15d630b76dea64a3363 /ripd/ripd.h
parentripd: move "rip_offset_list_master" to the rip structure (diff)
downloadfrr-241987a816b8a2bb1d2973f33624fdea62718208.tar.xz
frr-241987a816b8a2bb1d2973f33624fdea62718208.zip
ripd: remove dead code
None of these variables or functions were being used since the initial revision ~16 years ago. It's safe to say we can remove them now. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index 858c8d4f6..bc0451d88 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -237,11 +237,6 @@ struct rip_info {
struct route_node *rp;
uint8_t distance;
-
-#ifdef NEW_RIP_TABLE
- struct rip_info *next;
- struct rip_info *prev;
-#endif /* NEW_RIP_TABLE */
};
typedef enum {
@@ -399,7 +394,6 @@ extern int rip_passive_nondefault_set(const char *ifname);
extern int rip_passive_nondefault_unset(const char *ifname);
extern void rip_passive_nondefault_clean(void);
extern void rip_if_init(void);
-extern void rip_if_down_all(void);
extern void rip_route_map_init(void);
extern void rip_zclient_init(struct thread_master *);
extern void rip_zclient_stop(void);