diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2019-02-04 01:22:03 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-04-27 19:33:45 +0200 |
| commit | 4bef0ec4fbe97c7865f1de676d22832344167bab (patch) | |
| tree | 5da74ec1de3744ebbcf6cae1a42d9371dfb1b83e /isisd/isis_bpf.c | |
| parent | 798ac49d06b6619adb4c5ac765b092397bc50a6c (diff) | |
isisd: replace dict_* with DECLARE_RBTREE
Historically, isisd has been carrying around its own red-black tree to
manage its LSP DB in. This replaces that with the newly-added
DECLARE_RBTREE_*. This allows completely removing the dict_* code.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'isisd/isis_bpf.c')
| -rw-r--r-- | isisd/isis_bpf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_bpf.c b/isisd/isis_bpf.c index 28750278b0..4e9aef47ad 100644 --- a/isisd/isis_bpf.c +++ b/isisd/isis_bpf.c @@ -34,7 +34,6 @@ #include "if.h" #include "lib_errors.h" -#include "isisd/dict.h" #include "isisd/isis_constants.h" #include "isisd/isis_common.h" #include "isisd/isis_circuit.h" |
