From 4e01388a3257c6b5bd3f0748a9c2f4d4fd312a40 Mon Sep 17 00:00:00 2001 From: Bruno Jesus <00cpxxx@gmail.com> Date: Wed, 9 Sep 2015 12:13:19 +0800 Subject: [PATCH] ws2_32/tests: Remove a dead assignment. --- dlls/ws2_32/tests/sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c index 03e1627d9d2..fa1236e4367 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c @@ -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) -- 2.11.4.GIT