diff options
| author | Rob Harrop <rob@rabbitmq.com> | 2010-11-02 11:10:59 +0000 |
|---|---|---|
| committer | Rob Harrop <rob@rabbitmq.com> | 2010-11-02 11:10:59 +0000 |
| commit | bc7b531330518db5f0d79216ac8a30636d73fbaf (patch) | |
| tree | 3c27d84aae4c272fc0b48393ab3f4ea1871b4b33 | |
| parent | e9b14b83027e0653a83e98afc2922739911164ca (diff) | |
| download | rabbitmq-server-git-bc7b531330518db5f0d79216ac8a30636d73fbaf.tar.gz | |
Removed unused defines
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl index a4dd1b565f..ef81ddf23a 100644 --- a/src/rabbit_plugin_activator.erl +++ b/src/rabbit_plugin_activator.erl @@ -33,8 +33,6 @@ -export([start/0, stop/0]). --define(DefaultPluginDir, "plugins"). --define(DefaultUnpackedPluginDir, "priv/plugins"). -define(BaseApps, [rabbit]). %%---------------------------------------------------------------------------- |
