From 35a51d4a7847fa02ae84eb2a1239bfbe3c7b8eb1 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 b782e7c3c23178..bd5a4d4028a408 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -141,7 +141,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,