From 73d1aeada73abf3ca803aea074a1da5c264bf86e Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 24 Sep 2004 10:45:28 +0000 Subject: * isisd.c: thread_master *master is already defined in isis_main.c. * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files. --- isisd/isis_lsp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'isisd/isis_lsp.h') diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index c6eb7c27..d92175c4 100644 --- a/isisd/isis_lsp.h +++ b/isisd/isis_lsp.h @@ -120,9 +120,6 @@ int lsp_print_all (struct vty *vty, dict_t * lspdb, char detail, char dynhost); char *lsp_bits2string (u_char *); -/* staticly assigned vars for printing purposes */ -char lsp_bits_string[200]; /* FIXME: enough ? */ - #ifdef TOPOLOGY_GENERATE void generate_topology_lsps (struct isis_area *area); void remove_topology_lsps (struct isis_area *area); -- cgit v1.2.1