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 authored and MylesBorins committed Feb 13, 2018
1 parent 5cc6dd6 commit 979af51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tls_wrap.h
Expand Up @@ -120,7 +120,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 979af51

Please sign in to comment.