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 | b632949ee3c9178dbe8635a27b05eaa681f0b427 (patch) | |
| tree | f21c36240b951788afb999e96c662ed6ad83079a | |
| parent | 7d8ec3d5f2a9aa263b2b353757fc377afa8d2325 (diff) | |
| download | rabbitmq-server-git-b632949ee3c9178dbe8635a27b05eaa681f0b427.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 97c82ef2f9..0071a08ad7 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. %% ------------------------------------------------------------------- |
