0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +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();
/*
struct config *cfg = bt_config_parse(
BT_CONFIG_SIMPLE
"\n"
@ -47,6 +48,7 @@ t_simple(void)
"}\n"
"\n"
);
*/
struct symbol *sym = NULL;
sym = cf_find_symbol(TESTING_FILTER_NAME);