aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-12-02 08:46:47 +0100
committerMartin Ridgers <[email protected]>2021-12-02 11:36:19 +0100
commitc3d9d4553682c550a8624466619eb25a74cd4bcf (patch)
tree65caab007eceb4feb7a8cdb001d511d461068522
parentSigned-unsigned comparison compile fix (diff)
downloadzen-c3d9d4553682c550a8624466619eb25a74cd4bcf.tar.xz
zen-c3d9d4553682c550a8624466619eb25a74cd4bcf.zip
Deleted unused variable
-rw-r--r--zen/chunk/chunk.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zen/chunk/chunk.cpp b/zen/chunk/chunk.cpp
index ab019f04d..e2ecf8c30 100644
--- a/zen/chunk/chunk.cpp
+++ b/zen/chunk/chunk.cpp
@@ -799,8 +799,6 @@ public:
uint64_t CurrentChunkSize = 0;
size_t RemainBytes = DataSize;
- Concurrency::structured_task_group CompressionTasks;
-
zen::IoHashStream IoHashStream;
while (RemainBytes != 0)