rpc_server: Remove an unused function declaration
authorVolker Lendecke <vl@samba.org>
Tue, 17 Aug 2021 15:59:49 +0000 (17:59 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 24 Aug 2021 17:32:28 +0000 (17:32 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/rpc_pipes.h

index 1d59d2dd82037ada8cb01f42dbeec71abc67ef82..ba346648a43353dadd1d7260b13495349e4ba24b 100644 (file)
@@ -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_ */