[ROSAUTOTESTS]

Remove redundant GetTickCount() call

svn path=/trunk/; revision=66348
This commit is contained in:
Pierre Schweitzer 2015-02-18 19:52:04 +00:00
parent e6c4261148
commit e8c27f3109

View file

@ -254,7 +254,7 @@ CWineTest::RunTest(CTestInfo* TestInfo)
{
DWORD BytesAvailable;
stringstream ss, ssFinish;
DWORD StartTime = GetTickCount();
DWORD StartTime;
float TotalTime;
string tailString;
CPipe Pipe;