From b119104267635d96b1f99a2e98d35438841585bf Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 11 Sep 2017 10:54:03 +1000 Subject: ctdb-daemon: Remove unused function ctdb_stop_monitoring() Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/include/ctdb_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ctdb/include') diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 9be81ff8603..b38e225c470 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -747,8 +747,6 @@ int32_t ctdb_control_get_db_statistics(struct ctdb_context *ctdb, int ctdb_set_notification_script(struct ctdb_context *ctdb, const char *script); void ctdb_run_notification_script(struct ctdb_context *ctdb, const char *event); -void ctdb_stop_monitoring(struct ctdb_context *ctdb); - void ctdb_wait_for_first_recovery(struct ctdb_context *ctdb); int32_t ctdb_control_modflags(struct ctdb_context *ctdb, TDB_DATA indata); -- cgit v1.2.1