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
-1
View File
@@ -220,7 +220,6 @@ struct blockstore_op_private_t
// Sync
std::vector<obj_ver_id> sync_big_writes, sync_small_writes;
int sync_small_checked, sync_big_checked;
};
typedef uint32_t pool_id_t;