mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[ROSAUTOTESTS]
Remove redundant GetTickCount() call svn path=/trunk/; revision=66348
This commit is contained in:
parent
e6c4261148
commit
e8c27f3109
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ CWineTest::RunTest(CTestInfo* TestInfo)
|
|||
{
|
||||
DWORD BytesAvailable;
|
||||
stringstream ss, ssFinish;
|
||||
DWORD StartTime = GetTickCount();
|
||||
DWORD StartTime;
|
||||
float TotalTime;
|
||||
string tailString;
|
||||
CPipe Pipe;
|
||||
|
|
Loading…
Reference in a new issue