summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-07-06 15:11:13 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-07-06 15:11:13 +0300
commit300eee597b83b430805e24cb878019c2d8cd1c74 (patch)
treebe3bc6741ced2b677a5a0f385dd8b711f81a2632 /src
parent22eb5ab38b01b3d93134b0e9ebd464d7e77d24d8 (diff)
downloadrabbitmq-server-git-300eee597b83b430805e24cb878019c2d8cd1c74.tar.gz
Wording
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_vhost_sup_wrapper.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_vhost_sup_wrapper.erl b/src/rabbit_vhost_sup_wrapper.erl
index 26d71407f7..8dbec30bff 100644
--- a/src/rabbit_vhost_sup_wrapper.erl
+++ b/src/rabbit_vhost_sup_wrapper.erl
@@ -16,9 +16,6 @@
%% This module is a wrapper around vhost supervisor to
%% provide exactly once restart semantics.
-%%
-%% rabbit_vhost_sup supervisor children are added dynamically,
-%% and the one_for_all strategy would be questionable here
-module(rabbit_vhost_sup_wrapper).