Skip to content

Commit

Permalink
src: remove nonexistent method from header file
Browse files Browse the repository at this point in the history
PR-URL: #17748
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
addaleax committed Dec 19, 2017
1 parent b7c0de5 commit 0603369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tls_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class TLSWrap : public AsyncWrap,
const uv_buf_t* buf,
uv_handle_type pending,
void* ctx);
static void OnAfterWriteSelf(WriteWrap* w, void* ctx);
static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx);
static void OnReadSelf(ssize_t nread,
const uv_buf_t* buf,
Expand Down

0 comments on commit 0603369

Please sign in to comment.