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/lib/util.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index 932b5dbd40..f35a55fbed 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -2662,11 +2662,6 @@ struct server_id procid_self(void) return pid_to_procid(sys_getpid()); } -struct server_id server_id_self(void) -{ - return procid_self(); -} - bool procid_equal(const struct server_id *p1, const struct server_id *p2) { if (p1->pid != p2->pid) -- cgit