]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
lib/unlang/subrequest: remove dead unlang_subrequest_detach_child declaration
authorAlexander Bainbridge-Sedivy <alex.bainbridge@inkbridge.io>
Wed, 22 Jul 2026 15:46:20 +0000 (11:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 30 Jul 2026 15:20:02 +0000 (11:20 -0400)
src/lib/unlang/subrequest_priv.h

index 78fc908ed6b5425f89a895505102b20261b4f4d3..4326aa75bca11a8f77783470f94d81494cb24aee 100644 (file)
@@ -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