summaryrefslogtreecommitdiffstats
path: root/lib/util/samba_util.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-09 12:55:10 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-17 12:19:29 +0100
commit057b87d0bd4dec88f414dd0dffd0c3481d26faa4 (patch)
tree2479e44c3018105c0bbdcc11aed7a713d449dcbc /lib/util/samba_util.h
parentc8c3f0c608aa1b11717f1da6793ac9ca0d38a14f (diff)
downloadsamba-057b87d0bd4dec88f414dd0dffd0c3481d26faa4.tar.gz
samba-057b87d0bd4dec88f414dd0dffd0c3481d26faa4.tar.xz
samba-057b87d0bd4dec88f414dd0dffd0c3481d26faa4.zip
lib/util: Remove unused sys_inet_makeaddr()
Found by callcatcher. Andrew Bartlett
Diffstat (limited to 'lib/util/samba_util.h')
-rw-r--r--lib/util/samba_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h
index 56dbc059d83..a0989d54794 100644
--- a/lib/util/samba_util.h
+++ b/lib/util/samba_util.h
@@ -117,8 +117,6 @@ void CatchChildLeaveStatus(void);
void *sys_memalign( size_t align, size_t size );
-_PUBLIC_ struct in_addr sys_inet_makeaddr(int net, int host);
-
/**
* Wrapper for fork used to invalid pid cache.
**/