Skip to content

Commit d6c5885

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 c982494 commit d6c5885

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
@@ -140,7 +140,6 @@ class TLSWrap : public AsyncWrap,
140140
const uv_buf_t* buf,
141141
uv_handle_type pending,
142142
void* ctx);
143-
static void OnAfterWriteSelf(WriteWrap* w, void* ctx);
144143
static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx);
145144
static void OnReadSelf(ssize_t nread,
146145
const uv_buf_t* buf,

0 commit comments

Comments
 (0)