summaryrefslogtreecommitdiff
path: root/Utilities/cmcurl/lib/timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/timeval.h')
-rw-r--r--Utilities/cmcurl/lib/timeval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Utilities/cmcurl/lib/timeval.h b/Utilities/cmcurl/lib/timeval.h
index 09f8b3a20e..33969354d5 100644
--- a/Utilities/cmcurl/lib/timeval.h
+++ b/Utilities/cmcurl/lib/timeval.h
@@ -46,8 +46,6 @@ time_t curlx_tvdiff(struct timeval t1, struct timeval t2);
*/
double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
-time_t Curl_tvlong(struct timeval t1);
-
/* These two defines below exist to provide the older API for library
internals only. */
#define Curl_tvnow() curlx_tvnow()