Skip to content

Commit 35a51d4

Browse files
addaleaxgibfahn
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 ff03d2f commit 35a51d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tls_wrap.h

Lines changed: 0 additions & 1 deletion
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)