From d56e091694cd48607c389158951e1278053da111 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 23 Jun 2001 14:13:32 +0000 Subject: fix compiler warnings (This used to be commit 7420e2f7898f1d141ba2af3eda07a67862fee842) --- source3/lib/access.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/lib/access.c') diff --git a/source3/lib/access.c b/source3/lib/access.c index e391406d5f..c32b0b7c6c 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -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 */ -- cgit