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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 4 09:22:17 CST 2015


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Mar  4 09:42:44 2015 +0100

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

---

 dlls/oledb32/tests/convert.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/oledb32/tests/convert.c b/dlls/oledb32/tests/convert.c
index f7558da..f679b5c 100644
--- a/dlls/oledb32/tests/convert.c
+++ b/dlls/oledb32/tests/convert.c
@@ -2683,7 +2683,6 @@ static void test_converttovar(void)
     VariantClear(&dst);
 
     V_VT(&dst) = VT_EMPTY;
-    dst_len = 0;
     dst_status = DBSTATUS_S_DEFAULT;
     i8.QuadPart = 12345;
     dst_len = 0x1234;




More information about the wine-cvs mailing list