summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index efaa93b237..fdc4d52eeb 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -2041,15 +2041,6 @@ void show_parameter_list(void)
}
/***************************************************************************
- Check if a given string correctly represents a boolean value.
-***************************************************************************/
-
-bool lp_string_is_valid_boolean(const char *parm_value)
-{
- return set_boolean(parm_value, NULL);
-}
-
-/***************************************************************************
Get the standard string representation of a boolean value ("yes" or "no")
***************************************************************************/