diff options
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_open.h')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_open.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |