diff options
author | Christian Franke <chris@opensourcerouting.org> | 2017-04-27 12:42:56 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2017-04-28 12:03:23 +0200 |
commit | 795c08fc9e07a316731e1a78123c67378458a661 (patch) | |
tree | 3165b0e138fee8adab2cc9b63eda7115fd7b57bb /isisd/isis_lsp.h | |
parent | Merge pull request #416 from opensourcerouting/ldpd-coverity-fix (diff) | |
download | frr-795c08fc9e07a316731e1a78123c67378458a661.tar.xz frr-795c08fc9e07a316731e1a78123c67378458a661.zip |
isisd: function lsp_te_tlv_fit is never used
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_lsp.h')
-rw-r--r-- | isisd/isis_lsp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index 24fae57a7..6f697df62 100644 --- a/isisd/isis_lsp.h +++ b/isisd/isis_lsp.h @@ -108,8 +108,6 @@ void lsp_print_detail (struct isis_lsp *lsp, struct vty *vty, char dynhost); int lsp_print_all (struct vty *vty, dict_t * lspdb, char detail, char dynhost); const char *lsp_bits2string (u_char *); -void lsp_te_tlv_fit (struct isis_lsp *lsp, struct list **from, - struct list **to, int frag_thold); /* sets SRMflags for all active circuits of an lsp */ void lsp_set_all_srmflags (struct isis_lsp *lsp); |