1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Removed config reparsing from unrelated tests

This commit is contained in:
Maria Matejka
2023-01-18 14:31:11 +01:00
parent 47e4e97db4
commit 34aeafbf9e
6 changed files with 20 additions and 72 deletions

View File

@@ -71,12 +71,6 @@ bt_bird_init(void)
protos_build();
}
void bt_bird_cleanup(void)
{
config = new_config = NULL;
the_bird_unlock();
}
static char *
bt_load_file(const char *filename, int quiet)
{