From d6c588586ab0d08ba2b3e71f1d8baa180dc7ba1c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 19 Dec 2017 02:46:34 +0100 Subject: [PATCH] src: remove nonexistent method from header file PR-URL: https://github.com/nodejs/node/pull/17748 Reviewed-By: Anatoli Papirovski Reviewed-By: Colin Ihrig --- src/tls_wrap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tls_wrap.h b/src/tls_wrap.h index 87eac757793b54..56bdda03fc0d5b 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -140,7 +140,6 @@ class TLSWrap : public AsyncWrap, const uv_buf_t* buf, uv_handle_type pending, void* ctx); - static void OnAfterWriteSelf(WriteWrap* w, void* ctx); static void OnAllocSelf(size_t size, uv_buf_t* buf, void* ctx); static void OnReadSelf(ssize_t nread, const uv_buf_t* buf,