Skip to content

Commit a6ab0a1

Browse files
addaleaxMylesBorins
authored andcommitted
src: remove nonexistent method from header file
PR-URL: #17748 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 715d113 commit a6ab0a1

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

0 commit comments

Comments
 (0)