From: Volker Lendecke Date: Tue, 17 Aug 2021 15:59:49 +0000 (+0200) Subject: rpc_server: Remove an unused function declaration X-Git-Tag: ldb-2.5.0~879 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da74089533a52dd92abe7df11f2f5e8be2f6adca;p=thirdparty%2Fsamba.git rpc_server: Remove an unused function declaration Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/rpc_server/rpc_pipes.h b/source3/rpc_server/rpc_pipes.h index 1d59d2dd820..ba346648a43 100644 --- a/source3/rpc_server/rpc_pipes.h +++ b/source3/rpc_server/rpc_pipes.h @@ -102,7 +102,6 @@ void *_find_policy_by_hnd(struct pipes_struct *p, (_type *)_find_policy_by_hnd((_p), (_hnd), (_hnd_type), (_pstatus)); bool close_policy_hnd(struct pipes_struct *p, struct policy_handle *hnd); -void close_policy_by_pipe(struct pipes_struct *p); bool pipe_access_check(struct pipes_struct *p); #endif /* _RPC_PIPES_H_ */