From 34aeafbf9ea98c8644f6403b3810ff0490350465 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 18 Jan 2023 14:31:11 +0100 Subject: Removed config reparsing from unrelated tests --- test/bt-utils.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') 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) { -- cgit v1.2.3