diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-08-14 18:31:48 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2019-09-17 05:35:32 +0200 |
commit | a57c875d73ff47470801b40f2ed8dd4395b51cf7 (patch) | |
tree | 955624d06e86da1e1c5a146204c162bfdd0a8695 /isisd/isisd.h | |
parent | Merge pull request #4987 from mjstapp/fix_unused_nht_api (diff) | |
download | frr-a57c875d73ff47470801b40f2ed8dd4395b51cf7.tar.xz frr-a57c875d73ff47470801b40f2ed8dd4395b51cf7.zip |
isisd: remove leftover from old dict code
This is unnecessary since commit 4bef0ec4fbe was merged.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r-- | isisd/isisd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index 393b1d67c..308f018c1 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; |