diff options
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 9ef49ac598..401f20bafe 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -90,14 +90,6 @@ stop() -> ok = rabbit_misc:stop_applications(?APPS). stop_and_halt() -> - spawn(fun () -> - SleepTime = 1000, - rabbit_log:info("Stop-and-halt request received; " - "halting in ~p milliseconds~n", - [SleepTime]), - timer:sleep(SleepTime), - init:stop() - end), case catch stop() of _ -> ok end. status() -> |
