ws2_32: Removed dead code (Coverity).

This commit is contained in:
Marcus Meissner 2011-12-31 15:12:41 +01:00 committed by Alexandre Julliard
parent 2d14f89fea
commit d34e0515fd
1 changed files with 0 additions and 2 deletions

View File

@ -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);