summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-12 09:20:02 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-12 10:53:52 +0200
commit8a234cbe1589439497608d35f35768c6841750c9 (patch)
tree10b7cad96fa9a00a57456c818e870867459214cf /source3/include/client.h
parenta6b128912b60f79258a41131f942e19d6292f9a3 (diff)
downloadsamba-8a234cbe1589439497608d35f35768c6841750c9.tar.gz
samba-8a234cbe1589439497608d35f35768c6841750c9.tar.bz2
samba-8a234cbe1589439497608d35f35768c6841750c9.zip
s3:libsmb: remove unused cli_oplock_handler()
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index b5b9bfc53e..dfd457b891 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -124,9 +124,6 @@ struct cli_state {
bool use_oplocks; /* should we use oplocks? */
bool use_level_II_oplocks; /* should we use level II oplocks? */
- /* a oplock break request handler */
- NTSTATUS (*oplock_handler)(struct cli_state *cli, uint16_t fnum, unsigned char level);
-
bool force_dos_errors;
bool case_sensitive; /* False by default. */