lib: Remove an obsolete comment
[bbaumbach/samba-autobuild/.git] / lib / dbwrap / dbwrap.h
index 6a0f7b1ee2e56b557c8afe389e22a81f9fe27899..42998b78139c1a96d6079ca8d417959afc51e061 100644 (file)
@@ -31,10 +31,6 @@ struct db_context;
 
 enum dbwrap_lock_order {
        DBWRAP_LOCK_ORDER_NONE = 0, /* Don't check lock orders for this db. */
-       /*
-        * We only allow orders 1, 2, 3:
-        * These are the orders that CTDB currently supports.
-        */
        DBWRAP_LOCK_ORDER_1 = 1,
        DBWRAP_LOCK_ORDER_2 = 2,
        DBWRAP_LOCK_ORDER_3 = 3