From b69b4075aac1064c40fc35f9267b989546481370 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 25 Nov 2004 17:56:20 +0000 Subject: r3957: fix compiler warning metze (This used to be commit a6fb416f519688cb012dc9098306bbe5b7950e1d) --- source4/param/loadparm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 5ce87a8c42..978d86a9a3 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"}, -- cgit