Skip to content

Commit 979af51

Browse files
addaleaxMylesBorins
authored andcommitted
src: remove nonexistent method from header file
PR-URL: #17748 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 5cc6dd6 commit 979af51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tls_wrap.h

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ class TLSWrap : public AsyncWrap,
120120
const uv_buf_t* buf,
121121
uv_handle_type pending,
122122
void* ctx);
123-
static void OnAfterWriteSelf(WriteWrap* w, void* ctx);
124123
static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx);
125124
static void OnReadSelf(ssize_t nread,
126125
const uv_buf_t* buf,

0 commit comments

Comments
 (0)