diff options
| author | Alex Thomas <alext@misshelpful> | 2015-02-25 11:15:33 +0000 |
|---|---|---|
| committer | Alex Thomas <alext@lshift.net> | 2015-04-10 17:01:10 +0100 |
| commit | f5cf81ede57c7b616f6c14893613a7e58fd983f1 (patch) | |
| tree | 1f448504bc6612ca38612dc0811de5b7c1544fa0 /src | |
| parent | 2cc6030e2066013727ae47db6307046a7bd39c54 (diff) | |
| download | rabbitmq-server-git-f5cf81ede57c7b616f6c14893613a7e58fd983f1.tar.gz | |
Remove head_msg_timestamp from #vqstate as per PR comment #2 as this is a relic from a previous version of the change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_variable_queue.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 6d0439a55c..88c28ac8a9 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -266,7 +266,6 @@ q3, q4, next_seq_id, - head_msg_timestamp, %% copy of ts prop. of first msg, if present ram_pending_ack, %% msgs using store, still in RAM disk_pending_ack, %% msgs in store, paged out qi_pending_ack, %% msgs using qi, *can't* be paged out |
