diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 05:32:35 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 05:32:35 +0100 |
| commit | 41458dc3f488c441dd2dab32cb465edf2f2e277f (patch) | |
| tree | 831c1285b32fdf84f13c68e635374b303179f84d /src | |
| parent | ab21f540889562a436dfc8d2d381965a3c22c854 (diff) | |
| download | rabbitmq-server-git-41458dc3f488c441dd2dab32cb465edf2f2e277f.tar.gz | |
remove cruft
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_misc.erl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl index 25a51d22a4..31512b67e6 100644 --- a/src/rabbit_misc.erl +++ b/src/rabbit_misc.erl @@ -396,19 +396,10 @@ report_coverage_percentage(File, Cov, NotCov, Mod) -> confirm_to_sender(Pid, MsgSeqNos) -> gen_server2:cast(Pid, {confirm, MsgSeqNos, self()}). -%% -%% @doc Halts the emulator after printing out an error message io-formatted with -%% the supplied arguments. The exit status of the beam process will be set to 1. -%% quit(Fmt, Args) -> io:format("ERROR: " ++ Fmt ++ "~n", Args), quit(1). -%% -%% @doc Halts the emulator returning the given status code to the os. -%% On Windows this function will block indefinitely so as to give the io -%% subsystem time to flush stdout completely. -%% quit(Status) -> case os:type() of {unix, _} -> halt(Status); |
