mmdevapi/tests: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-11 17:26:55 +02:00 committed by Alexandre Julliard
parent 8f32948d9a
commit d473d02c64
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ static void test_clock(void)
hr = IAudioClock_GetPosition(acl, &pos, NULL);
ok(hr == S_OK, "GetPosition failed: %08x\n", hr);
ok(pos == 0, "GetPosition returned non-zero pos after Reset\n");
last = pos;
hr = IAudioRenderClient_GetBuffer(arc, pwfx->nSamplesPerSec / 2., &data);
ok(hr == S_OK, "GetBuffer failed: %08x\n", hr);