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 | c848f1af9f4d07cdb062a7201d7443e8797f3cc7 (patch) | |
tree | 90363d0e68a891221bea11d49e07fd580f950e6e /src/rabbit_msg_store_gc.erl | |
parent | ef7386cd771d90766cf2adc12fb32b1923615a64 (diff) | |
download | rabbitmq-server-c848f1af9f4d07cdb062a7201d7443e8797f3cc7.tar.gz |
Apparently they can be. Arbitrarily
Diffstat (limited to 'src/rabbit_msg_store_gc.erl')
-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 0e277f8b..cde68a8b 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}. |