Commit 6d66446b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

inetmib1/tests: Remove a dead assignment (LLVM/Clang).

parent f817e547
......@@ -251,7 +251,6 @@ static void testQuery(void)
vars2[0].value.asnType = 0;
list.len = 1;
list.list = vars2;
moreData = TRUE;
noChange = FALSE;
ret = pQuery(SNMP_PDU_GETNEXT, &list, &error, &index);
ok(ret, "SnmpExtensionQuery failed: %d, %d\n", error, index);
......
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