]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:locking: remove unused NO_LOCKING_COUNT
authorStefan Metzmacher <metze@samba.org>
Sat, 10 Sep 2022 18:41:17 +0000 (20:41 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 20 Sep 2022 00:34:34 +0000 (00:34 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/share_mode_lock.c

index 75912ec5dc86127580810ad945f9a561508385b5..794d5015dc0f02ea85002e61d9cd9691925d8b5e 100644 (file)
@@ -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;