8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:43:03 +01:00

Removed unused variable - thanks to Adriano

This commit is contained in:
AlexPeshkoff 2017-01-16 11:35:32 +03:00
parent b073db2e89
commit 7e2d7d12c9

View File

@ -143,7 +143,6 @@ private:
TA threadArg;
ThreadRoutine* threadRoutine;
int threadPriority;
bool starting;
static THREAD_ENTRY_DECLARE internalRun(THREAD_ENTRY_PARAM arg)
{