From a57c875d73ff47470801b40f2ed8dd4395b51cf7 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Wed, 14 Aug 2019 13:31:48 -0300 Subject: [PATCH] isisd: remove leftover from old dict code This is unnecessary since commit 4bef0ec4fbe was merged. Signed-off-by: Renato Westphal --- isisd/isisd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/isisd/isisd.h b/isisd/isisd.h index 393b1d67c7..308f018c19 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -58,7 +58,6 @@ extern struct zebra_privs_t isisd_privs; /* uncomment if you are a developer in bug hunt */ /* #define EXTREME_DEBUG */ -/* #define EXTREME_DICT_DEBUG */ struct fabricd; -- 2.39.5