diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 18:42:30 +0100 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-03-10 18:38:03 +0100 | 
| commit | c59f88c80947eb22a528ca269fca04e5015d6d45 (patch) | |
| tree | e7513411e0a30423ab46b1bfd2117de69bb37ad9 /isisd/isis_circuit.h | |
| parent | 98c5bc15e712a6fb4dc7ae827124cb5494e23688 (diff) | |
isisd: cleanup usage of circuit_id
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_circuit.h')
| -rw-r--r-- | isisd/isis_circuit.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index 3d97d42b5e..367ad51f57 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -32,8 +32,6 @@  #include "isis_constants.h"  #include "isis_common.h" -#define CIRCUIT_MAX 255 -  struct isis_lsp;  struct password {  | 
