diff options
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
