diff options
| author | Martin Ridgers <[email protected]> | 2021-12-02 08:46:47 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-02 11:36:19 +0100 |
| commit | c3d9d4553682c550a8624466619eb25a74cd4bcf (patch) | |
| tree | 65caab007eceb4feb7a8cdb001d511d461068522 | |
| parent | Signed-unsigned comparison compile fix (diff) | |
| download | zen-c3d9d4553682c550a8624466619eb25a74cd4bcf.tar.xz zen-c3d9d4553682c550a8624466619eb25a74cd4bcf.zip | |
Deleted unused variable
| -rw-r--r-- | zen/chunk/chunk.cpp | 2 |
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) |