summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 0c769e61d2..c8d5a0994f 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -9266,11 +9266,6 @@ int lp_servicenumber(const char *pszServiceName)
return (iService);
}
-bool share_defined(const char *service_name)
-{
- return (lp_servicenumber(service_name) != -1);
-}
-
/*******************************************************************
A useful volume label function.
********************************************************************/