1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:param: remove unused function lp_string_set()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Michael Adam 2014-07-29 12:09:39 +02:00
parent 98426ad467
commit b7f4b0ca00
2 changed files with 0 additions and 5 deletions

View File

@ -280,7 +280,6 @@ bool lp_is_security_and_server_role_valid(int server_role, int security);
struct loadparm_global * get_globals(void);
unsigned int * get_flags(void);
char * lp_string(TALLOC_CTX *, const char *);
bool lp_string_set(char **, const char *);
int getservicebyname(const char *, struct loadparm_service *);
bool lp_include(struct loadparm_context *, struct loadparm_service *,
const char *, char **);

View File

@ -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