summaryrefslogtreecommitdiff
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
commit1ddad291fa6a5932db9cb1b4dca27419d48cab22 (patch)
treee7df98491b52d97aae59b134863129fa2e44c57e
parentada63ddb1fd4efbebb26436e36ab7c3588b9354b (diff)
downloadrabbitmq-server-git-1ddad291fa6a5932db9cb1b4dca27419d48cab22.tar.gz
Matthias thinks this is obvious :)
-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 9a69d77d9f..bed24cfd53 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
%% ---------
%%