svn commit: samba r3957 - in branches/SAMBA_4_0/source/param: .

metze at samba.org metze at samba.org
Thu Nov 25 17:56:20 GMT 2004


Author: metze
Date: 2004-11-25 17:56:20 +0000 (Thu, 25 Nov 2004)
New Revision: 3957

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3957

Log:
fix compiler warning

metze

Modified:
   branches/SAMBA_4_0/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_4_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_4_0/source/param/loadparm.c	2004-11-25 11:20:09 UTC (rev 3956)
+++ branches/SAMBA_4_0/source/param/loadparm.c	2004-11-25 17:56:20 UTC (rev 3957)
@@ -470,12 +470,6 @@
 	{-1, NULL}
 };
 
-static const struct enum_list enum_case[] = {
-	{CASE_LOWER, "lower"},
-	{CASE_UPPER, "upper"},
-	{-1, NULL}
-};
-
 static const struct enum_list enum_bool_auto[] = {
 	{False, "No"},
 	{False, "False"},



More information about the samba-cvs mailing list