diff options
-rw-r--r-- | src/rabbit_networking.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_networking.erl b/src/rabbit_networking.erl index 89ec7084..94a5a2b7 100644 --- a/src/rabbit_networking.erl +++ b/src/rabbit_networking.erl @@ -117,9 +117,6 @@ %%---------------------------------------------------------------------------- boot() -> - %% Clear out remnants of old incarnation, in case we restarted - %% faster than other nodes handled DOWN messages from us. - on_node_down(node()), ok = start(), ok = boot_tcp(), ok = boot_ssl(). |