From 2f435bb61aeaee142f8a826db6aed88d3dc3ab91 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 May 2012 23:06:26 +0200 Subject: s3:smbd: remove unused get_number_of_exclusive_open_oplocks() metze --- source3/smbd/oplock.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/smbd/oplock.c') 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 */ -- cgit