From da1a6a3d31f0a08492b723458b882aea48bb14ec Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 6 Jun 2014 14:55:23 +1000 Subject: ctdb-common: Remove unused functions Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ctdb/include/ctdb_private.h') diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 089ef9cb68b..3d17d3926e9 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1367,8 +1367,6 @@ int32_t ctdb_control_db_get_health(struct ctdb_context *ctdb, int ctdb_vacuum(struct ctdb_context *ctdb, int argc, const char **argv); int ctdb_repack(struct ctdb_context *ctdb, int argc, const char **argv); -void ctdb_block_signal(int signum); -void ctdb_unblock_signal(int signum); int32_t ctdb_monitoring_mode(struct ctdb_context *ctdb); bool ctdb_stopped_monitoring(struct ctdb_context *ctdb); int ctdb_set_child_logging(struct ctdb_context *ctdb); -- cgit