From: Stefan Metzmacher Date: Thu, 25 Nov 2004 17:56:20 +0000 (+0000) Subject: r3957: fix compiler warning X-Git-Tag: samba-4.0.0alpha6~801^3~12488 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=b69b4075aac1064c40fc35f9267b989546481370 r3957: fix compiler warning metze (This used to be commit a6fb416f519688cb012dc9098306bbe5b7950e1d) --- diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 5ce87a8c428..978d86a9a3a 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -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"},