Another Linux build fix

This commit is contained in:
TheRealQuantam 2024-02-21 20:20:02 -08:00
parent f6493b1e30
commit c33ba818d2
1 changed files with 0 additions and 2 deletions

View File

@ -2417,7 +2417,6 @@ TraceLogDiskThread_t::~TraceLogDiskThread_t(void)
void TraceLogDiskThread_t::run(void)
{
char line[256];
unsigned idx = 0;
const unsigned blockSize = 4 * 1024;
bool dataNeedsFlush = true;
bool isPaused = false;
@ -2462,7 +2461,6 @@ void TraceLogDiskThread_t::run(void)
logBuf = (traceRecord_t *)malloc(size);
}
idx = 0;
while ( !isInterruptionRequested() )
{