aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)