summaryrefslogtreecommitdiff
path: root/src/mirrored_supervisor.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-09 12:31:49 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-09 12:31:49 +0100
commit1810ad41e829855d850b70b9ca4a2f0bd79043d3 (patch)
treee7df98491b52d97aae59b134863129fa2e44c57e /src/mirrored_supervisor.erl
parentd05a303a39b80d2f88c9b65cb7657b634ca59ca0 (diff)
downloadrabbitmq-server-1810ad41e829855d850b70b9ca4a2f0bd79043d3.tar.gz
Matthias thinks this is obvious :)
Diffstat (limited to 'src/mirrored_supervisor.erl')
-rw-r--r--src/mirrored_supervisor.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 9a69d77d..bed24cfd 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -68,10 +68,6 @@
%% application should invoke create_tables() (or table_definitions()
%% if it wants to manage table creation itself).
%%
-%% Note that in contrast to gen_server2, when using
-%% mirrored_supervisor you *must* always call all APIs from the
-%% mirrored_supervisor module, and not from the supervisor module.
-%%
%% Internals
%% ---------
%%