diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-25 17:56:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:07 -0500 |
commit | b69b4075aac1064c40fc35f9267b989546481370 (patch) | |
tree | 25dfa181de6cfca70ec52d97cb673b9ce8e6ce7b /source4 | |
parent | e547588368b7454a412fb6376a6052fd1e027334 (diff) | |
download | samba-b69b4075aac1064c40fc35f9267b989546481370.tar.gz samba-b69b4075aac1064c40fc35f9267b989546481370.tar.bz2 samba-b69b4075aac1064c40fc35f9267b989546481370.zip |
r3957: fix compiler warning
metze
(This used to be commit a6fb416f519688cb012dc9098306bbe5b7950e1d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/param/loadparm.c | 6 |
1 files changed, 0 insertions, 6 deletions
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"}, |