summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).