diff options
author | Volker Lendecke <vl@samba.org> | 2013-04-12 14:06:59 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-04-26 15:17:22 -0700 |
commit | 3e7923d7afe7e47883dd7f7ec4e6a57490232105 (patch) | |
tree | 1e7f21e80c0cbf9b9e13c65e98f3c813ea7bf7dc /source3/smbd/proto.h | |
parent | 234edb525d95ff03d15b9b2db88b3e7479ca0290 (diff) | |
download | samba-3e7923d7afe7e47883dd7f7ec4e6a57490232105.tar.gz samba-3e7923d7afe7e47883dd7f7ec4e6a57490232105.tar.bz2 samba-3e7923d7afe7e47883dd7f7ec4e6a57490232105.zip |
smbd: Remove unused reply_to_oplock_break_requests
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 6d5bdba1e4..46c914810b 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -667,7 +667,6 @@ bool remove_oplock(files_struct *fsp); bool downgrade_oplock(files_struct *fsp); bool should_notify_deferred_opens(struct smbd_server_connection *sconn); void break_level2_to_none_async(files_struct *fsp); -void reply_to_oplock_break_requests(files_struct *fsp); void contend_level2_oplocks_begin(files_struct *fsp, enum level2_contention_type type); void contend_level2_oplocks_end(files_struct *fsp, |