Commit d34e0515 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

ws2_32: Removed dead code (Coverity).

parent 2d14f89f
......@@ -5328,8 +5328,6 @@ static void test_completion_port(void)
if (dest != INVALID_SOCKET)
closesocket(dest);
if (src != INVALID_SOCKET)
closesocket(src);
src = socket(AF_INET, SOCK_STREAM, 0);
......
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