diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/g_lock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/g_lock.h b/source3/include/g_lock.h index f4b7809475..1ac8418922 100644 --- a/source3/include/g_lock.h +++ b/source3/include/g_lock.h @@ -29,11 +29,6 @@ enum g_lock_type { G_LOCK_WRITE = 1, }; -/* - * Or'ed with g_lock_type - */ -#define G_LOCK_PENDING (2) - struct g_lock_ctx *g_lock_ctx_init(TALLOC_CTX *mem_ctx, struct messaging_context *msg); |