summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-30 15:30:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-10-30 15:30:01 +0100
commit647f9aea68048a4c816f3070c3b35d250b9daabc (patch)
tree1c9c1cfad4185f96caf763934a33449dbdf445a9
parentd531f33ba2210ef11d0849bc73654e03affd0cfa (diff)
downloadcurl-647f9aea68048a4c816f3070c3b35d250b9daabc.tar.gz
INTERNALS: remove curlx_tv* functions no longer provided
-rw-r--r--docs/INTERNALS.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index e2cebfabe..6c1d5baf2 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -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
------