0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 15:41:54 +00:00

Remove unused variable

This commit is contained in:
Pavel Tvrdík 2015-10-22 16:45:26 +02:00
parent 2e2078d913
commit 2766155c7a

View File

@ -27,6 +27,7 @@ t_simple(void)
bt_bird_init(); bt_bird_init();
/*
struct config *cfg = bt_config_parse( struct config *cfg = bt_config_parse(
BT_CONFIG_SIMPLE BT_CONFIG_SIMPLE
"\n" "\n"
@ -47,6 +48,7 @@ t_simple(void)
"}\n" "}\n"
"\n" "\n"
); );
*/
struct symbol *sym = NULL; struct symbol *sym = NULL;
sym = cf_find_symbol(TESTING_FILTER_NAME); sym = cf_find_symbol(TESTING_FILTER_NAME);