Commit 5f28bbcd authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 8293cf33
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment