diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-19 13:00:27 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-19 13:00:27 +0100 |
| commit | 0258f8b84945d977d9177bc9a3b4ed4d921a0493 (patch) | |
| tree | 90363d0e68a891221bea11d49e07fd580f950e6e | |
| parent | 207538cf6c52dd624dc5bd76b4a76c0f2755dded (diff) | |
| download | rabbitmq-server-git-0258f8b84945d977d9177bc9a3b4ed4d921a0493.tar.gz | |
Apparently they can be. Arbitrarily
| -rw-r--r-- | src/rabbit_msg_store_gc.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_msg_store_gc.erl b/src/rabbit_msg_store_gc.erl index 0e277f8b89..cde68a8b77 100644 --- a/src/rabbit_msg_store_gc.erl +++ b/src/rabbit_msg_store_gc.erl @@ -150,7 +150,6 @@ attempt_action(Action, Files, do_action(combine, [Source, Destination], MsgStoreState) -> {rabbit_msg_store:combine(Source, Destination, MsgStoreState), - Source, - Destination}; + Source, Destination}; do_action(delete, [File], MsgStoreState) -> {rabbit_msg_store:delete_file(File, MsgStoreState), File, undefined}. |
