]> granicus.if.org Git - curl/commitdiff
INTERNALS: remove curlx_tv* functions no longer provided
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Oct 2017 14:30:01 +0000 (15:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Oct 2017 14:30:01 +0000 (15:30 +0100)
docs/INTERNALS.md

index e2cebfabe11b86d945d1a0d434ff8c7bee286bcd..6c1d5baf29acf36299289dea7479b253ced81128 100644 (file)
@@ -612,20 +612,6 @@ curlx
    strtoll() (or equivalent) function exist on your platform. If `curl_off_t`
    is only a 32 bit number on your platform, this macro uses strtol().
 
-`curlx_tvnow()`
----------------
-   returns a struct timeval for the current time.
-
-`curlx_tvdiff()`
---------------
-   returns the difference between two timeval structs, in number of
-   milliseconds.
-
-`curlx_tvdiff_secs()`
----------------------
-   returns the same as `curlx_tvdiff` but with full usec resolution (as a
-   double)
-
 Future
 ------