1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove unused variables.

This commit is contained in:
Bartosz Taudul
2022-04-26 21:29:16 +02:00
parent c9240c100d
commit 95cf143336
4 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -1420,7 +1420,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
data[idx].fi = fi;
data[idx].state.store( JobData::InProgress, std::memory_order_release );
td->Queue( [this, &data, idx, fi, fileVer, cdict] {
td->Queue( [this, &data, idx, fi, cdict] {
if( cdict )
{
fi->csz = m_texcomp.Pack( data[idx].ctx, cdict, data[idx].outbuf, data[idx].outsz, data[idx].buf, fi->w * fi->h / 2 );