From 508a33fc2af8f2c1bcfe9aad5362cf3a9762c585 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 May 2012 21:36:48 +0200 Subject: s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h This is needed in all of the library, not only in the dbwrap_open part. --- source3/lib/dbwrap/dbwrap_open.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/lib/dbwrap/dbwrap_open.h') diff --git a/source3/lib/dbwrap/dbwrap_open.h b/source3/lib/dbwrap/dbwrap_open.h index 9ed2245afd..51c7dfd235 100644 --- a/source3/lib/dbwrap/dbwrap_open.h +++ b/source3/lib/dbwrap/dbwrap_open.h @@ -29,12 +29,6 @@ struct db_context; */ bool db_is_local(const char *name); -enum dbwrap_lock_order { - DBWRAP_LOCK_ORDER_1 = 1, - DBWRAP_LOCK_ORDER_2 = 2, - DBWRAP_LOCK_ORDER_3 = 3 -}; - /** * Convenience function that will determine whether to * open a tdb database via the tdb backend or via the ctdb -- cgit