fix compiler warnings
authorSimo Sorce <idra@samba.org>
Sat, 23 Jun 2001 14:13:32 +0000 (14:13 +0000)
committerSimo Sorce <idra@samba.org>
Sat, 23 Jun 2001 14:13:32 +0000 (14:13 +0000)
source/lib/access.c
source/param/loadparm.c

index e391406d5f906ca23582c354de04287f67136dd3..c32b0b7c6c0c273b8edfe074e4dae935ddad6ff2 100644 (file)
@@ -12,9 +12,6 @@
 
 extern int DEBUGLEVEL;
 
-/* Delimiters for lists of daemons or clients. */
-static char *sep = ", \t";
-
 #define        FAIL            (-1)
 
 /* masked_match - match address against netnumber/netmask */
index 4ae2cadfcb2826dfbaceeff58cc3d16f41f49645..72856ddafe3ecfad4408d7ee6b11d4fa7995da6a 100644 (file)
@@ -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;