Commit 378e86fa authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

ws2_32/tests: Remove dead code (coverity).

parent 7ce6a2df
......@@ -5402,8 +5402,6 @@ static void test_completion_port(void)
if (dest != INVALID_SOCKET)
closesocket(dest);
if (src != INVALID_SOCKET)
closesocket(src);
memset(&ov, 0, sizeof(ov));
......
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