diff options
author | Volker Lendecke <vl@samba.org> | 2019-09-05 17:25:07 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-09-10 23:14:31 +0000 |
commit | b86df6d0591d7d8f3c08d0fe0975839ba00c342c (patch) | |
tree | e4b32a2318cf4f5768e48be2d09dd482b7cea8b4 /lib | |
parent | a9d09d4bddb2a66e146f8e157fda4d7dd160a8a4 (diff) | |
download | samba-b86df6d0591d7d8f3c08d0fe0975839ba00c342c.tar.gz |
lib: Remove an obsolete comment
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dbwrap/dbwrap.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |