smbd: Make brl_same_context static
[mat/samba.git] / source3 / locking / proto.h
index 93fbea52031f4b738858cbe68e4f60cc22f57031..c6107dc5c7c3efee5de77fb27a39c9f6ea30724d 100644 (file)
@@ -25,8 +25,6 @@
 
 /* The following definitions come from locking/brlock.c  */
 
-bool brl_same_context(const struct lock_context *ctx1,
-                            const struct lock_context *ctx2);
 NTSTATUS brl_lock_failed(files_struct *fsp, const struct lock_struct *lock, bool blocking_lock);
 void brl_init(bool read_only);
 void brl_shutdown(void);