ws2_32/tests: Remove a dead assignment.

This commit is contained in:
Bruno Jesus 2015-09-09 12:13:19 +08:00 committed by Alexandre Julliard
parent 0f4b16aa34
commit 4e01388a32
1 changed files with 0 additions and 1 deletions

View File

@ -4423,7 +4423,6 @@ static void test_gethostbyname_hack(void)
return;
}
he = NULL;
he = gethostbyname(name);
ok(he != NULL, "gethostbyname(\"%s\") failed: %d\n", name, h_errno);
if(he)