s3:util: remove (now) unused cluster_id_equal()
[kai/samba.git] / source3 / lib / util.c
index 7ba46cfb39e8797c556a1145573acb4b731c932e..2a01e2c9f98d685c832f1519781d30e9a72f31a1 100644 (file)
@@ -2079,12 +2079,6 @@ bool procid_equal(const struct server_id *p1, const struct server_id *p2)
        return true;
 }
 
-bool cluster_id_equal(const struct server_id *id1,
-                     const struct server_id *id2)
-{
-       return procid_equal(id1, id2);
-}
-
 bool procid_is_me(const struct server_id *pid)
 {
        if (pid->pid != getpid())