diff options
author | David Lamparter <equinox@diac24.net> | 2019-04-21 18:28:01 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-04-27 19:33:45 +0200 |
commit | a297301e89f49fd36f7651ff4c262923e731a46e (patch) | |
tree | 18ea5c6e3db157a31e7153d593bdc3282ccbb2f1 /tests/lib | |
parent | bgpd: replace label pool fifo with DECLARE_LIST (diff) | |
download | frr-a297301e89f49fd36f7651ff4c262923e731a46e.tar.xz frr-a297301e89f49fd36f7651ff4c262923e731a46e.zip |
lib: remove fifo implementation
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/cxxcompat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index b71361a23..d1278cef2 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -32,7 +32,6 @@ #include "lib/debug.h" #include "lib/distribute.h" #include "lib/ferr.h" -#include "lib/fifo.h" #include "lib/filter.h" #include "lib/frr_pthread.h" #include "lib/frratomic.h" |