diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-07 19:42:50 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-07 19:42:50 +0100 |
| commit | 071e2817abfb5267664a81181d53e69a5d4633bd (patch) | |
| tree | 2064a2f6042004e76be508f8fe64d0ae77ecc68a /src | |
| parent | 5669123b75c11b743d989ddbfb034952d5fd1364 (diff) | |
| download | rabbitmq-server-git-071e2817abfb5267664a81181d53e69a5d4633bd.tar.gz | |
remove cruft
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugins.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl index 7cf6eea945..5cf60d6c74 100644 --- a/src/rabbit_plugins.erl +++ b/src/rabbit_plugins.erl @@ -47,9 +47,7 @@ %%---------------------------------------------------------------------------- -%% %% @doc Prepares the file system and installs all enabled plugins. -%% setup() -> {ok, PluginDir} = application:get_env(rabbit, plugins_dir), {ok, ExpandDir} = application:get_env(rabbit, plugins_expand_dir), @@ -98,11 +96,9 @@ read_enabled(PluginsFile) -> PluginsFile, Reason}}) end. -%% %% @doc Calculate the dependency graph from <i>Sources</i>. %% When Reverse =:= true the bottom/leaf level applications are returned in %% the resulting list, otherwise they're skipped. -%% dependencies(Reverse, Sources, AllPlugins) -> {ok, G} = rabbit_misc:build_acyclic_graph( fun (App, _Deps) -> [{App, App}] end, |
