mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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;
|
DWORD BytesAvailable;
|
||||||
stringstream ss, ssFinish;
|
stringstream ss, ssFinish;
|
||||||
DWORD StartTime = GetTickCount();
|
DWORD StartTime;
|
||||||
float TotalTime;
|
float TotalTime;
|
||||||
string tailString;
|
string tailString;
|
||||||
CPipe Pipe;
|
CPipe Pipe;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue