summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-11-11 19:42:39 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2010-11-11 19:42:39 +0000
commitb632949ee3c9178dbe8635a27b05eaa681f0b427 (patch)
treef21c36240b951788afb999e96c662ed6ad83079a
parent7d8ec3d5f2a9aa263b2b353757fc377afa8d2325 (diff)
downloadrabbitmq-server-git-b632949ee3c9178dbe8635a27b05eaa681f0b427.tar.gz
remove superfluous spec
-rw-r--r--src/rabbit_upgrade.erl3
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.
%% -------------------------------------------------------------------