From 752bffc53fcf296f841d62ffbf8d424f9e8e66bd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 23 Feb 2010 15:04:10 +0100 Subject: s3: Consolidate server_id_self into the equivalent procid_self() --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 63270e14fa..ca1a38ba24 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1205,7 +1205,6 @@ void set_my_vnn(uint32 vnn); uint32 get_my_vnn(void); struct server_id pid_to_procid(pid_t pid); struct server_id procid_self(void); -struct server_id server_id_self(void); bool procid_equal(const struct server_id *p1, const struct server_id *p2); bool cluster_id_equal(const struct server_id *id1, const struct server_id *id2); -- cgit