summaryrefslogtreecommitdiff
path: root/src/rabbit_plugins.erl
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2014-01-12 15:10:59 +0000
committerTim Watson <watson.timothy@gmail.com>2014-01-12 15:10:59 +0000
commit8f6cd45060f3604b78d36799aac27574850ae516 (patch)
treee9bf59860a2a5bf7d03e435841b6c79a513088c8 /src/rabbit_plugins.erl
parent5d62fd7c480df4f5ddffde15e2ea32f8f63ece4c (diff)
downloadrabbitmq-server-8f6cd45060f3604b78d36799aac27574850ae516.tar.gz
Refactor - remove unused functions/comments/todos
Diffstat (limited to 'src/rabbit_plugins.erl')
-rw-r--r--src/rabbit_plugins.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl
index 81cebd99..6fe4c127 100644
--- a/src/rabbit_plugins.erl
+++ b/src/rabbit_plugins.erl
@@ -38,8 +38,6 @@
%%----------------------------------------------------------------------------
-%% TODO: move all the {enable,disable}ment logic from plugins_main to here!
-
enable(Plugins) ->
setup(),
rabbit_boot:start(Plugins).