From 78ef36a730d3a1f9db829a58ed307043bfc639be Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Wed, 15 Apr 2009 09:58:18 +0000 Subject: [PATCH] cleanup --- src/remote/inet.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/remote/inet.cpp b/src/remote/inet.cpp index a423ef3b8b..b7bc1415e8 100644 --- a/src/remote/inet.cpp +++ b/src/remote/inet.cpp @@ -90,10 +90,6 @@ #include #endif // !WIN_NT -#if (defined DARWIN || defined HPUX) -extern "C" int innetgr(const char*, const char*, const char*, const char*); -#endif - const int INET_RETRY_CALL = 5; #include "../remote/remote.h"