From b7f4b0ca00a276e7ccdd5a3554b273c25eddea4d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 29 Jul 2014 12:09:39 +0200 Subject: s3:param: remove unused function lp_string_set() Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/param/loadparm.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f3356bf86e..c428c23601 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -302,10 +302,6 @@ static bool string_set(TALLOC_CTX *mem_ctx, char **dest,const char *src) return true; } -bool lp_string_set(char **dest, const char *src) { - return string_set(Globals.ctx, dest, src); -} - /** * Function to return the default value for the maximum number of open * file descriptors permitted. This function tries to consult the -- cgit