=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: setupx.dll16: Simplify some dead code (Coverity).

Alexandre Julliard julliard at winehq.org
Mon Feb 13 13:43:25 CST 2012


Module: wine
Branch: master
Commit: a8fe74b4d1c13151326393f8889c2f591c61420a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a8fe74b4d1c13151326393f8889c2f591c61420a

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Sat Feb 11 22:20:09 2012 +0100

setupx.dll16: Simplify some dead code (Coverity).

---

 dlls/setupx.dll16/virtcopy.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/setupx.dll16/virtcopy.c b/dlls/setupx.dll16/virtcopy.c
index f2ce4e8..a718ac9 100644
--- a/dlls/setupx.dll16/virtcopy.c
+++ b/dlls/setupx.dll16/virtcopy.c
@@ -562,14 +562,6 @@ VCP_UI_FileCopyWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
     if (uMsg != WM_CREATE)
         return DefWindowProcA (hwnd, uMsg, wParam, lParam);
 
-    switch (uMsg)
-    {
-	case WM_CREATE:
-	    return 0;
-	default:
-	    FIXME("%04x: unhandled.\n", uMsg);
-    }
-
     return 0;
 }
 




More information about the wine-cvs mailing list