Commit 09213db6 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

ws2_32/tests: Remove dead code in test_completion_port (Coverity).

parent f2dfe86a
......@@ -5599,9 +5599,6 @@ static void test_completion_port(void)
ok(num_bytes == 0xdeadbeef, "Number of bytes transferred is %u\n", num_bytes);
ok(!olp, "Overlapped structure is at %p\n", olp);
if (dest != INVALID_SOCKET)
closesocket(dest);
if (src != INVALID_SOCKET)
closesocket(src);
if (connector != INVALID_SOCKET)
......
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