summaryrefslogtreecommitdiffstats
path: root/isisd/isis_te.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2019-02-04 01:22:03 +0100
committerDavid Lamparter <equinox@diac24.net>2019-04-27 19:33:45 +0200
commit4bef0ec4fbe97c7865f1de676d22832344167bab (patch)
tree5da74ec1de3744ebbcf6cae1a42d9371dfb1b83e /isisd/isis_te.c
parentlib: remove pqueue_* (diff)
downloadfrr-4bef0ec4fbe97c7865f1de676d22832344167bab.tar.xz
frr-4bef0ec4fbe97c7865f1de676d22832344167bab.zip
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_te.c')
-rw-r--r--isisd/isis_te.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_te.c b/isisd/isis_te.c
index 23a1f10a1..a9937b955 100644
--- a/isisd/isis_te.c
+++ b/isisd/isis_te.c
@@ -43,7 +43,6 @@
#include "network.h"
#include "sbuf.h"
-#include "isisd/dict.h"
#include "isisd/isis_constants.h"
#include "isisd/isis_common.h"
#include "isisd/isis_flags.h"