Removed shadowing declaration
This commit is contained in:
parent
ca633e8a5e
commit
357f76ba5a
@ -398,7 +398,7 @@ public:
|
||||
|
||||
while( !break_ ){
|
||||
|
||||
double currentTimeMs = GetCurrentTimeMs();
|
||||
currentTimeMs = GetCurrentTimeMs();
|
||||
|
||||
DWORD waitTime = INFINITE;
|
||||
if( !timerQueue_.empty() ){
|
||||
|
Loading…
Reference in New Issue
Block a user