windowscodecs: Remove dead assignment (clang).

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2017-01-30 23:11:03 +01:00 committed by Alexandre Julliard
parent 679cc50195
commit 376b0756f4
1 changed files with 0 additions and 1 deletions

View File

@ -2341,7 +2341,6 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma
IWICFormatConverter_Release(converter);
converter = NULL;
}
res = S_OK;
}
}