diff options
Diffstat (limited to 'test/bt-utils.c')
-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) { |