Remove break

This commit is contained in:
freddygv 2020-06-22 19:58:48 -06:00
parent e81b6d25ad
commit c631e7496a
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ func DecodeConfigEntry(raw map[string]interface{}) (ConfigEntry, error) {
for _, k := range md.Unused {
switch {
case k == "CreateIndex" || k == "ModifyIndex":
break
case strings.HasSuffix(strings.ToLower(k), "namespace"):
err = multierror.Append(err, fmt.Errorf("invalid config key %q, namespaces is a consul enterprise feature", k))
default: