summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-08-25 16:06:17 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-08-25 16:06:17 +0100
commit3c1869dc831ed5926715afb0ca26cfa60bfe4aa6 (patch)
tree84603b2bced98dfb8b582ac137b6d3fba3dfc297 /src/rabbit.erl
parent88c8e005b8e363ec41a0e423b550b0233ee45f9b (diff)
downloadrabbitmq-server-3c1869dc831ed5926715afb0ca26cfa60bfe4aa6.tar.gz
get rid of hook mechanismbug23106
It's only ever been used in the bug19230 branch, which is defunct.
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 41c628a0..303d1f3a 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -83,12 +83,6 @@
{requires, external_infrastructure},
{enables, kernel_ready}]}).
--rabbit_boot_step({rabbit_hooks,
- [{description, "internal event notification system"},
- {mfa, {rabbit_hooks, start, []}},
- {requires, external_infrastructure},
- {enables, kernel_ready}]}).
-
-rabbit_boot_step({rabbit_event,
[{description, "statistics event manager"},
{mfa, {rabbit_sup, start_restartable_child,