Michael Stefaniuc : user32/tests: Remove an unused assignment (PVS-Studio) .

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 22 15:20:45 CST 2015


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jan 22 11:05:51 2015 +0100

user32/tests: Remove an unused assignment (PVS-Studio).

---

 dlls/user32/tests/dde.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/user32/tests/dde.c b/dlls/user32/tests/dde.c
index b1a9391..984076b 100644
--- a/dlls/user32/tests/dde.c
+++ b/dlls/user32/tests/dde.c
@@ -776,7 +776,6 @@ static HDDEDATA CALLBACK server_ddeml_callback(UINT uType, UINT uFmt, HCONV hcon
         else if (msg_index == 10)
         {
             DWORD rsize = 0;
-            size = 0;
 
             size = DdeGetData(hdata, NULL, 0, 0);
             ok(size == 17, "DdeGetData should have returned 17 not %d\n", size);




More information about the wine-cvs mailing list