summaryrefslogtreecommitdiff
path: root/ctdb/common/system.h
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-09-23 16:11:51 -0700
committerAmitay Isaacs <amitay@samba.org>2015-11-18 07:12:50 +0100
commit3968e33acf6695558da93b368fc45fe7ac0a4bb0 (patch)
tree9178968ff766c4b56d86467073aa4f342399ef70 /ctdb/common/system.h
parent03b27bd13915b3ed4befe39216f62c15eb82dcf9 (diff)
downloadsamba-3968e33acf6695558da93b368fc45fe7ac0a4bb0.tar.gz
ctdb: Remove unused ctdb_set_process_name
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed Nov 18 07:12:50 CET 2015 on sn-devel-104
Diffstat (limited to 'ctdb/common/system.h')
-rw-r--r--ctdb/common/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/common/system.h b/ctdb/common/system.h
index 8df87cdf49b..ba11d20ad51 100644
--- a/ctdb/common/system.h
+++ b/ctdb/common/system.h
@@ -39,7 +39,6 @@ int ctdb_sys_read_tcp_packet(int s, void *private_data,
uint32_t *ack_seq, uint32_t *seq);
bool ctdb_sys_check_iface_exists(const char *iface);
int ctdb_get_peer_pid(const int fd, pid_t *peer_pid);
-int ctdb_set_process_name(const char *name);
/* From system_util.c */