diff options
| author | Alvaro Videla <alvaro@rabbitmq.com> | 2012-11-28 15:52:20 +0100 |
|---|---|---|
| committer | Alvaro Videla <alvaro@rabbitmq.com> | 2012-11-28 15:52:20 +0100 |
| commit | 9518438a0a90cd9e1fdafccfca61b53e93d64466 (patch) | |
| tree | f016b6a9a6ed555d64594fdcb182dc4332bcfdb7 /packaging/standalone | |
| parent | c108d7a983becfdf6655f23b4b464747b14787bc (diff) | |
| download | rabbitmq-server-git-9518438a0a90cd9e1fdafccfca61b53e93d64466.tar.gz | |
removes unnecessary comment
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/src/rabbit_release.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/standalone/src/rabbit_release.erl b/packaging/standalone/src/rabbit_release.erl index 787ec9ec30..c759d60d46 100644 --- a/packaging/standalone/src/rabbit_release.erl +++ b/packaging/standalone/src/rabbit_release.erl @@ -22,7 +22,6 @@ -define(BaseApps, [rabbit]). -define(ERROR_CODE, 1). -%% This module is based on rabbit_prelaunch.erl from rabbitmq-server source code %% We need to calculate all the ERTS apps we need to ship with a %% standalone rabbit. To acomplish that we need to unpack and load the plugins %% apps that are shiped with rabbit. |
