about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-04 14:45:59 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-04 14:45:59 -0400
commita2eeb762fca2b755702ec0a8e55bb2ac6568312f (patch)
tree3fcaada0716edc303601a25f38729509a471a65f /docs
parent5fb3b729bb9e96c17f9966d61ac8aeba3c1513c0 (diff)
downloaduv_link_t-a2eeb762fca2b755702ec0a8e55bb2ac6568312f.tar.gz
Revert "doc: mention strerror implementation details"
This reverts commit 5fb3b729bb9e96c17f9966d61ac8aeba3c1513c0.
Diffstat (limited to 'docs')
-rw-r--r--docs/implementation-guide.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/implementation-guide.md b/docs/implementation-guide.md
index 441d470..9393bdc 100644
--- a/docs/implementation-guide.md
+++ b/docs/implementation-guide.md
@@ -54,11 +54,4 @@ When closing leaf link in a chain:
    by one
 3. `close_cb` will be invoked upon close of all links in a chain
 
-## uv_link_strerror()
-
-Implementation of `uv_link_methods_t.strerror` MUST check that the passed error
-was emitted by the `link` argument. If this is not the case -
-`uv_link_strerror(link->parent, err)` MUST be called (in other words, call
-MUST be propagated).
-
 [0]: http://docs.libuv.org/en/v1.x/stream.html