diff options
Diffstat (limited to 'source3/smbd/oplock.c')
-rw-r--r-- | source3/smbd/oplock.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index e3f00a70ec..b4e8c9be5a 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -26,15 +26,6 @@ #include "messages.h" #include "../librpc/gen_ndr/open_files.h" -/**************************************************************************** - Get the number of current exclusive oplocks. -****************************************************************************/ - -int32 get_number_of_exclusive_open_oplocks(void) -{ - return exclusive_oplocks_open; -} - /* * helper function used by the kernel oplock backends to post the break message */ |