Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Sep 11, 2024
1 parent 2e7ddea commit 1273e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/codestream/CodeStreamDecompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ bool CodeStreamDecompress::decompressTiles(void)
// 3. T2 + T1 decompress
// once we schedule a processor for T1 compression, we will destroy it
// regardless of success or not
auto exec = [this, executor, processor, numTilesToDecompress, &numTilesDecompressed,
auto exec = [this, processor, numTilesToDecompress, &numTilesDecompressed,
&success] {
if(success)
{
Expand Down

0 comments on commit 1273e1d

Please sign in to comment.