summaryrefslogtreecommitdiff
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 4ae2cadfcb..72856ddafe 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3729,7 +3729,6 @@ char **lp_list_make(char *string)
BOOL lp_list_copy(char ***dest, char **src)
{
char **list, **rlist;
- char *tok;
int num, lsize;
*dest = NULL;