Skip to content
Snippets Groups Projects
Commit d34e0515 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

ws2_32: Removed dead code (Coverity).

parent 2d14f89f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment