From: Alexander Bainbridge-Sedivy Date: Wed, 22 Jul 2026 15:46:20 +0000 (-0400) Subject: lib/unlang/subrequest: remove dead unlang_subrequest_detach_child declaration X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a37364e736b93cc4e39c7552fec7edea9d155d62;p=thirdparty%2Ffreeradius-server.git lib/unlang/subrequest: remove dead unlang_subrequest_detach_child declaration --- diff --git a/src/lib/unlang/subrequest_priv.h b/src/lib/unlang/subrequest_priv.h index 78fc908ed6b..4326aa75bca 100644 --- a/src/lib/unlang/subrequest_priv.h +++ b/src/lib/unlang/subrequest_priv.h @@ -64,8 +64,6 @@ static inline unlang_group_t *unlang_subrequest_to_group(unlang_subrequest_t *su unlang_action_t unlang_subrequest_child_run(UNUSED unlang_result_t *p_result, UNUSED request_t *request, unlang_stack_frame_t *frame); -int unlang_subrequest_detach_child(request_t *request); - #ifdef __cplusplus } #endif