From 8a234cbe1589439497608d35f35768c6841750c9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 12 Jul 2011 09:20:02 +0200 Subject: s3:libsmb: remove unused cli_oplock_handler() metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104 --- source3/include/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/client.h') 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. */ -- cgit