=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wineboot: Remove dead code (Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 25 11:19:21 CST 2015


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Dec 22 19:29:27 2015 +0100

wineboot: Remove dead code (Clang).

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/wineboot/shutdown.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/wineboot/shutdown.c b/programs/wineboot/shutdown.c
index 52d37e7..b7752c4 100644
--- a/programs/wineboot/shutdown.c
+++ b/programs/wineboot/shutdown.c
@@ -133,7 +133,6 @@ static INT_PTR CALLBACK endtask_dlg_proc( HWND hwnd, UINT msg, WPARAM wparam, LP
     {
     case WM_INITDIALOG:
         SetWindowLongPtrW( hwnd, DWLP_USER, lparam );
-        data = (struct endtask_dlg_data *)lparam;
         ShowWindow( hwnd, SW_SHOWNORMAL );
         return TRUE;
     case WM_COMMAND:




More information about the wine-cvs mailing list