mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
ws2_32/tests: Remove dead code in test_completion_port (Coverity).
This commit is contained in:
parent
f2dfe86ac4
commit
09213db643
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue