Commit e87857a5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent dbe6c557
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment