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,