diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-11 19:42:39 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-11 19:42:39 +0000 |
commit | c15fe8df0a4fd77a89243f98fd198f96527396d5 (patch) | |
tree | f21c36240b951788afb999e96c662ed6ad83079a | |
parent | c5035d704a75a1b829a845fc475f7ece7df085db (diff) | |
download | rabbitmq-server-c15fe8df0a4fd77a89243f98fd198f96527396d5.tar.gz |
remove superfluous spec
-rw-r--r-- | src/rabbit_upgrade.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_upgrade.erl b/src/rabbit_upgrade.erl index 97c82ef2..0071a08a 100644 --- a/src/rabbit_upgrade.erl +++ b/src/rabbit_upgrade.erl @@ -38,9 +38,6 @@ -spec(write_version/0 :: () -> 'ok'). -spec(desired_version/0 :: () -> [atom()]). -%% only here to shut dialyzer up --spec(apply_upgrades/1 :: ([{atom(), atom()}]) -> 'ok' | no_return()). - -endif. %% ------------------------------------------------------------------- |