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:
Neale Ranns
2020-12-14 09:54:03 +00:00
committed by Neale Ranns
parent 5f9a5c70ed
commit 44cae54737
2 changed files with 0 additions and 7 deletions

View File

@@ -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;
/*

View File

@@ -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.
*/