From 376b0756f4cf7c26b742f8d0779ff331566feaa1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Mon, 30 Jan 2017 23:11:03 +0100 Subject: [PATCH] windowscodecs: Remove dead assignment (clang). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: André Hentschel Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/windowscodecs/info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/windowscodecs/info.c b/dlls/windowscodecs/info.c index 84b80bc82c2..6ddfdda25f1 100644 --- a/dlls/windowscodecs/info.c +++ b/dlls/windowscodecs/info.c @@ -2341,7 +2341,6 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma IWICFormatConverter_Release(converter); converter = NULL; } - res = S_OK; } } -- 2.11.4.GIT