lib: Remove an obsolete comment
authorVolker Lendecke <vl@samba.org>
Thu, 5 Sep 2019 15:25:07 +0000 (17:25 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Sep 2019 23:14:31 +0000 (23:14 +0000)
At least as of 2ac9d0afa66 ctdb does not care about db prios anymore

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
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