diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-02-09 19:14:21 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-02-09 19:14:21 +0300 |
| commit | d84aefc5036c59a53db0298aa4552cdc699dceee (patch) | |
| tree | 52d157590ef36a187afaf1a93292fb6862f64a7b | |
| parent | 9e910db5f143cae41298219aa3569e588f5bba53 (diff) | |
| download | rabbitmq-server-git-d84aefc5036c59a53db0298aa4552cdc699dceee.tar.gz | |
Remove a duplicate head
| -rw-r--r-- | priv/schema/rabbitmq.schema | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/priv/schema/rabbitmq.schema b/priv/schema/rabbitmq.schema index 84e3c19e4d..a0d44f246b 100644 --- a/priv/schema/rabbitmq.schema +++ b/priv/schema/rabbitmq.schema @@ -287,7 +287,6 @@ fun(Conf) -> (cache) -> rabbit_auth_backend_cache; (amqp) -> rabbit_auth_backend_amqp; (dummy) -> rabbit_auth_backend_dummy; - (cache) -> rabbit_auth_backend_cache; (Other) when is_atom(Other) -> Other; (_) -> cuttlefish:invalid("Unknown/unsupported auth backend") end, |
