From b86df6d0591d7d8f3c08d0fe0975839ba00c342c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Sep 2019 17:25:07 +0200 Subject: lib: Remove an obsolete comment At least as of 2ac9d0afa66 ctdb does not care about db prios anymore Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/dbwrap/dbwrap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/dbwrap') diff --git a/lib/dbwrap/dbwrap.h b/lib/dbwrap/dbwrap.h index 6a0f7b1ee2e..42998b78139 100644 --- a/lib/dbwrap/dbwrap.h +++ b/lib/dbwrap/dbwrap.h @@ -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 -- cgit v1.2.1