summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-18 14:31:11 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-19 11:00:38 +0100
commit34aeafbf9ea98c8644f6403b3810ff0490350465 (patch)
treec8074ec8410d66d445c5e7d584401620b2b6c921 /test
parent47e4e97db484e6b8ba5f05e6cc7164f35488f53b (diff)
Removed config reparsing from unrelated tests
Diffstat (limited to 'test')
-rw-r--r--test/bt-utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/bt-utils.c b/test/bt-utils.c
index 36e44da4..d497840f 100644
--- a/test/bt-utils.c
+++ b/test/bt-utils.c
@@ -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)
{