summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-07-29 13:24:50 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-07-29 13:24:50 +0100
commit358c6fbb3f4760282bf0bdd901cc96f6cb7cb461 (patch)
tree3a2940119ac247f6dea59ecce9856840c8ff9431
parent135c9b0fee81ccdc037cbfc6c68e0e294251df1f (diff)
downloadrabbitmq-server-git-358c6fbb3f4760282bf0bdd901cc96f6cb7cb461.tar.gz
That comment feels very redundant now, this is no longer hard.
-rw-r--r--src/rabbit_mnesia.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 1081f0cbe6..0ca0ec2fe1 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -194,8 +194,6 @@ nodes_of_type(Type) ->
%% This function should return the nodes of a certain type (ram,
%% disc or disc_only) in the current cluster. The type of nodes
%% is determined when the cluster is initially configured.
- %% Specifically, we check whether the schema, which we know will
- %% be written to disk on a disc node, is stored on disk or in RAM.
mnesia:table_info(schema, Type).
%% The tables aren't supposed to be on disk on a ram node