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

Michael Stefaniuc mstefani at redhat.de
Fri Mar 6 02:59:34 CST 2015


---
 dlls/mmdevapi/tests/render.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/mmdevapi/tests/render.c b/dlls/mmdevapi/tests/render.c
index c6b8e90..3a48c8d 100644
--- a/dlls/mmdevapi/tests/render.c
+++ b/dlls/mmdevapi/tests/render.c
@@ -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);
-- 
1.9.3



More information about the wine-patches mailing list