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/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 311072a8c0..eb98bc86c5 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -662,7 +662,6 @@ NTSTATUS get_relative_fid_filename(connection_struct *conn, /* The following definitions come from smbd/oplock.c */ -int32 get_number_of_exclusive_open_oplocks(void); void break_kernel_oplock(struct messaging_context *msg_ctx, files_struct *fsp); bool set_file_oplock(files_struct *fsp, int oplock_type); void release_file_oplock(files_struct *fsp); -- cgit