Remove unconditional block in logging.

Remove unconditional block in logging. This was done so the previous
commit shows an actual useful diff.
This commit is contained in:
gibbed 2021-06-26 12:23:42 -05:00 committed by Rick Gibbed
parent 458dbba4ae
commit 6bd96a5091
1 changed files with 64 additions and 67 deletions

View File

@ -152,8 +152,6 @@ class Logger {
next_range.last(), last_sequence);
size_t read_count = 0;
{
auto available_range = next_range;
auto available_count = available_range.size();
@ -234,7 +232,6 @@ class Logger {
if (terminate) {
break;
}
}
if (read_count) {
// Advance by the number of blocks we read.