From: Stefan Metzmacher Date: Sat, 10 Sep 2022 18:41:17 +0000 (+0200) Subject: s3:locking: remove unused NO_LOCKING_COUNT X-Git-Tag: talloc-2.4.0~925 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2776f790cc6f8a4da38339c13ebde1f56e9550;p=thirdparty%2Fsamba.git s3:locking: remove unused NO_LOCKING_COUNT BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125 Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 75912ec5dc8..794d5015dc0 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -61,7 +61,6 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_LOCKING -#define NO_LOCKING_COUNT (-1) /* the locking database handle */ static struct g_lock_ctx *lock_ctx;