diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 21:47:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 21:47:53 (GMT) |
commit | f5cb26fc76da668540d89a41a2bd34a2a71baaa2 (patch) | |
tree | 6fec1761ec7c0391de1ca71ae498db91db6b0c92 /Source/CTest | |
parent | 74980113da741b2d0f44a678d6c768ccbe6985aa (diff) | |
download | CMake-f5cb26fc76da668540d89a41a2bd34a2a71baaa2.zip CMake-f5cb26fc76da668540d89a41a2bd34a2a71baaa2.tar.gz CMake-f5cb26fc76da668540d89a41a2bd34a2a71baaa2.tar.bz2 |
ENH: Bold attempt to remove warning
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/Curl/hostip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CTest/Curl/hostip.h b/Source/CTest/Curl/hostip.h index 169ed17..136b514 100644 --- a/Source/CTest/Curl/hostip.h +++ b/Source/CTest/Curl/hostip.h @@ -27,7 +27,6 @@ #include "hash.h" struct addrinfo; -struct hostent; struct SessionHandle; void Curl_global_host_cache_init(void); |