From f7e84f2809e2f00f786a2042979c73f29275edec Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 14 Dec 2011 10:35:56 +0100 Subject: s3: Remove UNUSED_SHARE_MODE_ENTRY --- source3/locking/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/locking/proto.h') diff --git a/source3/locking/proto.h b/source3/locking/proto.h index 2c01634d31..d6f1c1bf4a 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -165,7 +165,6 @@ void get_file_infos(struct file_id id, struct timespec *write_time); bool is_valid_share_mode_entry(const struct share_mode_entry *e); bool is_deferred_open_entry(const struct share_mode_entry *e); -bool is_unused_share_mode_entry(const struct share_mode_entry *e); void set_share_mode(struct share_mode_lock *lck, files_struct *fsp, uid_t uid, uint64_t mid, uint16 op_type); void add_deferred_open(struct share_mode_lock *lck, uint64_t mid, -- cgit