summaryrefslogtreecommitdiff
path: root/src/rabbit_connection_sup.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-01-11 13:41:57 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-01-11 13:41:57 +0000
commit8b273beb6e40b0647e1ee8e532f57b4220785bd0 (patch)
treed627f0bae0b6f25785ebdaf4d91530692abdf9c7 /src/rabbit_connection_sup.erl
parentbd62075c64e9a18763a89182a62202138455545b (diff)
downloadrabbitmq-server-8b273beb6e40b0647e1ee8e532f57b4220785bd0.tar.gz
Optimise the heartbeat to death. Honk. And some cosmetics too
Diffstat (limited to 'src/rabbit_connection_sup.erl')
-rw-r--r--src/rabbit_connection_sup.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_connection_sup.erl b/src/rabbit_connection_sup.erl
index ff3995b5..a6b1f7fa 100644
--- a/src/rabbit_connection_sup.erl
+++ b/src/rabbit_connection_sup.erl
@@ -78,4 +78,3 @@ reader(Pid) ->
init([]) ->
{ok, {{one_for_all, 0, 1}, []}}.
-