mmdevapi/tests: Remove an unused assignment (PVS-Studio).

oldstable
Michael Stefaniuc 2015-03-06 09:59:34 +01:00 committed by Alexandre Julliard
parent 8293cf33e0
commit 5f28bbcda3
1 changed files with 0 additions and 1 deletions

View File

@ -1063,7 +1063,6 @@ static void test_clock(int share)
last = pos;
Sleep(100);
slept += 100;
hr = IAudioClock_GetPosition(acl, &pos, NULL);
ok(hr == S_OK, "GetPosition failed: %08x\n", hr);