Remove unused bs_sync fields

This commit is contained in:
Vitaliy Filippov
2023-09-16 17:52:17 +03:00
parent ff479a102d
commit e72d4ed1d4
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -27,8 +27,6 @@ int blockstore_impl_t::continue_sync(blockstore_op_t *op)
unsynced_big_write_count -= unsynced_big_writes.size();
PRIV(op)->sync_big_writes.swap(unsynced_big_writes);
PRIV(op)->sync_small_writes.swap(unsynced_small_writes);
PRIV(op)->sync_small_checked = 0;
PRIV(op)->sync_big_checked = 0;
unsynced_big_writes.clear();
unsynced_small_writes.clear();
if (PRIV(op)->sync_big_writes.size() > 0)