From d1e7d77e7be245a1584901930d3b44c2b232983e 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 --- src/tls_wrap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tls_wrap.h b/src/tls_wrap.h index 2ca9d53137aa84..ed047797c2e969 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -139,7 +139,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,