]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary functions
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 Apr 2019 19:19:07 +0000 (15:19 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 1 May 2019 14:19:54 +0000 (10:19 -0400)
now that we've fixed the linking issues, we don't need this

src/bin/unit_test_map.c

index 88ff2240bb34e31c74e665c29981351800a35e8b..963a677e9fa887e6a9cff2f6e16aa45e4cd97bfb 100644 (file)
@@ -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[])
 {