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:
parent
2e2078d913
commit
2766155c7a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user