ctdb-daemon: Remove NUM_DB_PRIORITIES
authorAmitay Isaacs <amitay@gmail.com>
Tue, 13 Sep 2016 03:08:58 +0000 (13:08 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 14 Sep 2016 06:39:28 +0000 (08:39 +0200)
It's not used anymore.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/include/ctdb_private.h

index 532ae0a81a0f8abb53392b0cd3ed42d793e14907..d63b194124478ced0760cecd61471daca89e846e 100644 (file)
@@ -251,7 +251,6 @@ struct ctdb_cluster_mutex_handle;
 
 enum ctdb_freeze_mode {CTDB_FREEZE_NONE, CTDB_FREEZE_PENDING, CTDB_FREEZE_FROZEN};
 
-#define NUM_DB_PRIORITIES 3
 /* main state of the ctdb daemon */
 struct ctdb_context {
        struct tevent_context *ev;