★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/0772ce35fbNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
src: remove unused TLWrap::EnableTrace()
Declaration is unused, it was added by mistake in 46c5c33.

PR-URL: #25861
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
sam-github authored and addaleax committed Feb 6, 2019
1 parent e70aa30 commit 0772ce35fb2b199c132f174051da9a36000aad87
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/tls_wrap.h
@@ -153,7 +153,6 @@ class TLSWrap : public AsyncWrap,
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
static void EnableSessionCallbacks(
const v8::FunctionCallbackInfo<v8::Value>& args);
static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);

0 comments on commit 0772ce3

Please sign in to comment.