ctdb: Remove unused ctdb_set_process_name
[gd/samba-autobuild/.git] / ctdb / common / system_freebsd.c
index 97ac06c489aee5daa10bc699f012de817160b3f3..21a300b753e19c81e5323328172da0d6daf15821 100644 (file)
@@ -375,9 +375,3 @@ int ctdb_get_peer_pid(const int fd, pid_t *peer_pid)
        /* FIXME FreeBSD: get_peer_pid not implemented */
        return 1;
 }
-
-int ctdb_set_process_name(const char *name)
-{
-       /* FIXME FreeBSD: set_process_name not implemented */
-       return -ENOSYS;
-}