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

Michael Stefaniuc mstefani at redhat.de
Wed Mar 4 02:42:44 CST 2015


---
 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 b039e11..7ae9f09 100644
--- a/dlls/oledb32/tests/convert.c
+++ b/dlls/oledb32/tests/convert.c
@@ -2685,7 +2685,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;
-- 
1.9.3



More information about the wine-patches mailing list