diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-18 14:31:11 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-19 11:00:38 +0100 |
commit | 34aeafbf9ea98c8644f6403b3810ff0490350465 (patch) | |
tree | c8074ec8410d66d445c5e7d584401620b2b6c921 /test | |
parent | 47e4e97db484e6b8ba5f05e6cc7164f35488f53b (diff) |
Removed config reparsing from unrelated tests
Diffstat (limited to 'test')
-rw-r--r-- | test/bt-utils.c | 6 |
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) { |