fib: Remove unused FIB path-list DB variable
[vpp.git] / src / vnet / fib / fib_path_list.c
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;
 
 /*