src: remove nonexistent method from header file
PR-URL: https://github.com/nodejs/node/pull/17748 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
b7c0de5eb8
commit
06033695ed
@ -139,7 +139,6 @@ class TLSWrap : public AsyncWrap,
|
|||||||
const uv_buf_t* buf,
|
const uv_buf_t* buf,
|
||||||
uv_handle_type pending,
|
uv_handle_type pending,
|
||||||
void* ctx);
|
void* ctx);
|
||||||
static void OnAfterWriteSelf(WriteWrap* w, void* ctx);
|
|
||||||
static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx);
|
static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx);
|
||||||
static void OnReadSelf(ssize_t nread,
|
static void OnReadSelf(ssize_t nread,
|
||||||
const uv_buf_t* buf,
|
const uv_buf_t* buf,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user