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:
parent
458dbba4ae
commit
6bd96a5091
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue