Author: pschweitzer Date: Wed Feb 18 19:52:04 2015 New Revision: 66348
URL: http://svn.reactos.org/svn/reactos?rev=66348&view=rev Log: [ROSAUTOTESTS] Remove redundant GetTickCount() call
Modified: trunk/rostests/rosautotest/CWineTest.cpp
Modified: trunk/rostests/rosautotest/CWineTest.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWineTest.cpp?... ============================================================================== --- trunk/rostests/rosautotest/CWineTest.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CWineTest.cpp [iso-8859-1] Wed Feb 18 19:52:04 2015 @@ -254,7 +254,7 @@ { DWORD BytesAvailable; stringstream ss, ssFinish; - DWORD StartTime = GetTickCount(); + DWORD StartTime; float TotalTime; string tailString; CPipe Pipe;