diff options
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index 09f8b3a..3396935 100644 --- a/lib/timeval.h +++ b/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() |