r3957: fix compiler warning
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Nov 2004 17:56:20 +0000 (17:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:07 +0000 (13:06 -0500)
metze
(This used to be commit a6fb416f519688cb012dc9098306bbe5b7950e1d)

source4/param/loadparm.c

index 5ce87a8c428dbdf736abb66c7c244b97cb4c3a03..978d86a9a3ada1093c724b049b3d8ee48c887946 100644 (file)
@@ -470,12 +470,6 @@ static const struct enum_list enum_announce_as[] = {
        {-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"},