From 6ff092f140981e4e5f5c90a4fd8f389a9592236c Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 19 May 2005 07:12:16 +0000
Subject: [PATCH] removed duplicate

---
 tests/server/util.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/server/util.h b/tests/server/util.h
index 2bcce5c4c8..c4521fbaea 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -46,8 +46,6 @@ void logmsg(const char *msg, ...);
 #define ENOTSOCK     WSAENOTSOCK
 #define ECONNREFUSED WSAECONNREFUSED
 
-static void win32_cleanup(void);
-
 #if defined(ENABLE_IPV6) && defined(__MINGW32__)
 const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
 #endif
-- 
GitLab