X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_path_list.c;fp=src%2Fvnet%2Ffib%2Ffib_path_list.c;h=15d480cb43d3e8a96cedc44f9059fa770070f625;hb=44cae547370cc49fbc65127aad6d4f5211716383;hp=184399aa3099f1dbababe415e5b5b7f99b87b650;hpb=5f9a5c70edd11e90a27a795d953e06606424d4de;p=vpp.git diff --git a/src/vnet/fib/fib_path_list.c b/src/vnet/fib/fib_path_list.c index 184399aa309..15d480cb43d 100644 --- a/src/vnet/fib/fib_path_list.c +++ b/src/vnet/fib/fib_path_list.c @@ -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; /*