summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/param/s3_param.h1
-rw-r--r--source3/param/loadparm_ctx.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/param/s3_param.h b/lib/param/s3_param.h
index 1d499cdd48..b3dc3f8087 100644
--- a/lib/param/s3_param.h
+++ b/lib/param/s3_param.h
@@ -14,7 +14,6 @@ struct loadparm_s3_helpers
bool (*store_cmdline)(const char *pszParmName, const char *pszParmValue);
void (*dump)(FILE *f, bool show_defaults, int maxtoprint);
char * (*lp_string)(TALLOC_CTX *ctx, const char *in);
- bool (*lp_string_set)(char **dest, const char *src);
bool (*lp_include)(struct loadparm_context*, struct loadparm_service *,
const char *, char **);
void (*init_printer_values)(TALLOC_CTX *, struct loadparm_service *);
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index a3a7284920..00ae19dacd 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -69,7 +69,6 @@ static struct loadparm_s3_helpers s3_fns =
.store_cmdline = store_lp_set_cmdline,
.dump = lp_dump,
.lp_string = lp_string,
- .lp_string_set = lp_string_set,
.lp_include = lp_include,
.init_printer_values = init_printer_values,
.init_ldap_debugging = init_ldap_debugging,