diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-12-01 18:28:38 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-12-01 18:28:38 +0000 |
| commit | 3dfc9e0cf848690da15c03e7561359e3de0f7a82 (patch) | |
| tree | 5e0026b89ff691804585e3e32930d237385a8d1f | |
| parent | a1c79a7dd1c3d6392ff363bfe46cd322eb157bd2 (diff) | |
| download | rabbitmq-server-git-3dfc9e0cf848690da15c03e7561359e3de0f7a82.tar.gz | |
Matthiasness.
| -rw-r--r-- | src/mirrored_supervisor.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 02a2f37890..6e8f96d9a4 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -511,8 +511,7 @@ delete_all(Group) -> [delete(Group, id(C)) || C <- mnesia:select(?TABLE, [{MatchHead, [], ['$1']}])]. -all_started(Results) -> - [] =:= [R || R = {error, _} <- Results]. +all_started(Results) -> [] =:= [R || R = {error, _} <- Results]. %%---------------------------------------------------------------------------- |
