diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-08-14 13:31:48 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-09-17 00:35:32 -0300 |
| commit | a57c875d73ff47470801b40f2ed8dd4395b51cf7 (patch) | |
| tree | 955624d06e86da1e1c5a146204c162bfdd0a8695 | |
| parent | a16876c5adbb9da0faae060d867a06656b7398d0 (diff) | |
isisd: remove leftover from old dict code
This is unnecessary since commit 4bef0ec4fbe was merged.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
| -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 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; |
