diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-22 11:57:05 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-08-22 11:57:05 +0100 |
| commit | d1a918746225d04f0a155f00764c70118ccb8b30 (patch) | |
| tree | bf74a26f7951884b6f31e1188bd0aa0c86b31a59 /src | |
| parent | 1d1425530bf54a0d65f0672b6b6b484c987ffd24 (diff) | |
| download | rabbitmq-server-git-d1a918746225d04f0a155f00764c70118ccb8b30.tar.gz | |
remove commented code - we do not use `disc_only' anywhere
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mnesia.erl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl index 7c2a88cb94..a67c0fe9ad 100644 --- a/src/rabbit_mnesia.erl +++ b/src/rabbit_mnesia.erl @@ -1002,13 +1002,6 @@ create_local_table_copies(Type) -> HasDiscOnlyCopies -> disc_only_copies; true -> ram_copies end; -%%% unused code - commented out to keep dialyzer happy -%%% Type =:= disc_only -> -%%% if -%%% HasDiscCopies or HasDiscOnlyCopies -> -%%% disc_only_copies; -%%% true -> ram_copies -%%% end; Type =:= ram -> ram_copies end, |
