diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-07-29 13:24:50 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-07-29 13:24:50 +0100 |
commit | a89a2b3ac7d10f87d5d42191018db2a95bf77962 (patch) | |
tree | 3a2940119ac247f6dea59ecce9856840c8ff9431 | |
parent | e32bf003b8a6a0bc9f65536b0b111d72f536d439 (diff) | |
download | rabbitmq-server-bug24292.tar.gz |
That comment feels very redundant now, this is no longer hard.bug24292
-rw-r--r-- | src/rabbit_mnesia.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl index 1081f0cb..0ca0ec2f 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 |