fib: Remove unused FIB path-list DB variable
Type: refactor Signed-off-by: Neale Ranns <neale.ranns@cisco.com> Change-Id: I64527e9f5259e9984dc1e90023b367ee0fd8deeb
This commit is contained in:
@@ -62,11 +62,6 @@ typedef struct fib_path_list_t_ {
|
||||
* the RPF list calculated for this path list
|
||||
*/
|
||||
fib_node_index_t fpl_urpf;
|
||||
|
||||
/**
|
||||
* Hash table of paths. valid only with INDEXED flag
|
||||
*/
|
||||
uword *fpl_db;
|
||||
} fib_path_list_t;
|
||||
|
||||
/*
|
||||
|
@@ -203,8 +203,6 @@ extern void fib_path_list_walk_w_ext(fib_node_index_t pl_index,
|
||||
|
||||
extern void fib_path_list_module_init(void);
|
||||
|
||||
extern void fib_path_list_module_init(void);
|
||||
|
||||
/*
|
||||
* functions for testing.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user