fib: Remove unused FIB path-list DB variable 06/30406/3
authorNeale Ranns <neale.ranns@cisco.com>
Mon, 14 Dec 2020 09:54:03 +0000 (09:54 +0000)
committerNeale Ranns <nranns@cisco.com>
Fri, 18 Dec 2020 08:22:17 +0000 (08:22 +0000)
Type: refactor

Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Change-Id: I64527e9f5259e9984dc1e90023b367ee0fd8deeb

src/vnet/fib/fib_path_list.c
src/vnet/fib/fib_path_list.h

index 184399a..15d480c 100644 (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;
 
 /*
index 4ed5713..6ed251f 100644 (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.
  */