git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e547588
)
r3957: fix compiler warning
author
Stefan Metzmacher
<metze@samba.org>
Thu, 25 Nov 2004 17:56:20 +0000
(17:56 +0000)
committer
Gerald (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
patch
|
blob
|
history
diff --git
a/source4/param/loadparm.c
b/source4/param/loadparm.c
index 5ce87a8c428dbdf736abb66c7c244b97cb4c3a03..978d86a9a3ada1093c724b049b3d8ee48c887946 100644
(file)
--- 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"},