diff options
author | Amitay Isaacs <amitay@gmail.com> | 2014-06-06 14:55:23 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2014-06-12 05:40:10 +0200 |
commit | da1a6a3d31f0a08492b723458b882aea48bb14ec (patch) | |
tree | 7aca592e648f96caaed817607669633f8d50bfd4 /ctdb/include/ctdb_private.h | |
parent | 0015b2a94a4c1682bc771ae265bb3764d2697a4e (diff) | |
download | samba-da1a6a3d31f0a08492b723458b882aea48bb14ec.tar.gz |
ctdb-common: Remove unused functions
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r-- | ctdb/include/ctdb_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |