diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-11-16 16:07:18 +0100 | 
|---|---|---|
| committer | Rodny Molina <rmolina@linkedin.com> | 2018-12-07 19:45:14 +0000 | 
| commit | c6476defc5c11d044edc93287d0584d18670642d (patch) | |
| tree | 774ca2bcf0778c0466b2fbded00233468ed06c3b /isisd/isis_circuit.h | |
| parent | 161fa356fbff795fe5945f353af486cf0a628428 (diff) | |
isisd: Remove unused t_send_lsp timer
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_circuit.h')
| -rw-r--r-- | isisd/isis_circuit.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index 7d7b25b92f..5a0d4ffbab 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -86,7 +86,6 @@ struct isis_circuit {  	struct thread *t_read;  	struct thread *t_send_csnp[2];  	struct thread *t_send_psnp[2]; -	struct thread *t_send_lsp;  	struct isis_tx_queue *tx_queue;  	struct isis_circuit_arg level_arg[2]; /* used as argument for threads */  | 
