s3:smbd: inline fsp_lease_type_is_exclusive() logic into contend_level2_oplocks_begin...
[samba.git] / source3 / locking / proto.h
index 52452e56a7b775bd1a71ba7bdc49800503897e3a..7fc177d7aa6d097039f6cfd920f3d64f6230b4fa 100644 (file)
@@ -210,7 +210,6 @@ bool release_posix_lock_posix_flavour(files_struct *fsp,
 /* The following definitions come from locking/leases_util.c */
 uint32_t map_oplock_to_lease_type(uint16_t op_type);
 uint32_t fsp_lease_type(struct files_struct *fsp);
-bool fsp_lease_type_is_exclusive(struct files_struct *fsp);
 const struct GUID *fsp_client_guid(const files_struct *fsp);
 
 #endif /* _LOCKING_PROTO_H_ */