summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-09-13 13:08:58 +1000
committerMartin Schwenke <martins@samba.org>2016-09-14 08:39:28 +0200
commit93535da2961f6c76a95c2f5888df3e02877f928d (patch)
tree25a135b0b63c7a1eabd729533d0dfbd12f4b4dd6 /ctdb/include
parent67351e61ee632ab16cda0167ce9a08b72488b5dc (diff)
downloadsamba-93535da2961f6c76a95c2f5888df3e02877f928d.tar.gz
ctdb-daemon: Remove NUM_DB_PRIORITIES
It's not used anymore. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 532ae0a81a0..d63b1941244 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -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;