summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-08-11 16:52:35 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-08-11 16:52:35 +0100
commit52c0123ccaae1a5b6a400d21b01a7c15c842e6bb (patch)
tree698e0ea96d853a9252cc070924edf8f6c7428d16 /src
parent516ff90b510bf7bcde4eb9961db4f35c39cca13b (diff)
downloadrabbitmq-server-git-52c0123ccaae1a5b6a400d21b01a7c15c842e6bb.tar.gz
remove redundant code
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mnesia.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 7623f8df0c..4a5adfaeed 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -405,9 +405,8 @@ init_db(ClusterNodes, Force) ->
true -> disc;
false -> ram
end),
- ok = ensure_schema_integrity(),
- ok = wait_for_tables()
- end;
+ ok = ensure_schema_integrity()
+ end;
{error, Reason} ->
%% one reason we may end up here is if we try to join
%% nodes together that are currently running standalone or