From: Nick Porter Date: Thu, 24 Jul 2025 09:50:17 +0000 (+0100) Subject: Remove unused prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af14c6876c9f16b9aa68b909bc962d17e01d5fc;p=thirdparty%2Ffreeradius-server.git Remove unused prototype --- diff --git a/src/lib/unlang/xlat.h b/src/lib/unlang/xlat.h index 2c9c45e392..c685797bcb 100644 --- a/src/lib/unlang/xlat.h +++ b/src/lib/unlang/xlat.h @@ -527,7 +527,6 @@ xlat_action_t unlang_xlat_yield_to_retry(request_t *request, xlat_func_t resume, */ int xlat_protocols_register(void); int xlat_global_init(void); -void xlat_global_free(void); #ifdef __cplusplus }