From: Alan T. DeKok Date: Tue, 30 Apr 2019 19:19:07 +0000 (-0400) Subject: remove unnecessary functions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=795276a9db040c2236894bc35326751ba2cfbdb2;p=thirdparty%2Ffreeradius-server.git remove unnecessary functions now that we've fixed the linking issues, we don't need this --- diff --git a/src/bin/unit_test_map.c b/src/bin/unit_test_map.c index 88ff2240bb3..963a677e9fa 100644 --- a/src/bin/unit_test_map.c +++ b/src/bin/unit_test_map.c @@ -54,18 +54,6 @@ fr_dict_autoload_t unit_test_module_dict[] = { { NULL } }; -module_instance_t *module_by_name_and_method(UNUSED rlm_components_t *method, - UNUSED module_instance_t const *parent, UNUSED char const *name) -{ - return NULL; -} - -module_thread_instance_t *module_thread(UNUSED module_instance_t *mi) -{ - return NULL; -} - -/* Linker hacks */ static void NEVER_RETURNS usage(char *argv[]) {