]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more build fixes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jun 2017 13:02:17 +0000 (09:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jun 2017 13:02:17 +0000 (09:02 -0400)
src/tests/util/channel_test.c
src/tests/util/worker_test.c

index 2381278a17615ed19427898d266a18a62d737eb5..bc9b58ec07f9d46f7084fc8d03cb07cde28239db 100644 (file)
@@ -54,9 +54,6 @@ static bool                   touch_memory = false;
 
 /**********************************************************************/
 typedef struct rad_request REQUEST;
-REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx);
-void verify_request(UNUSED char const *file, UNUSED int line, UNUSED REQUEST *request);
-void talloc_const_free(void const *ptr);
 
 REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx)
 {
index f51d2b98a993d70af4bbc18a0b93cb3772e97b4f..d89213e25a82b3b3f2bd95888f587e74f1f2355c 100644 (file)
@@ -65,9 +65,6 @@ static fr_schedule_worker_t workers[MAX_WORKERS];
 
 /**********************************************************************/
 typedef struct rad_request REQUEST;
-REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx);
-void verify_request(UNUSED char const *file, UNUSED int line, UNUSED REQUEST *request);
-void talloc_const_free(void const *ptr);
 
 REQUEST *request_alloc(UNUSED TALLOC_CTX *ctx)
 {