Skip to content

Commit 0772ce3

Browse files
sam-githubaddaleax
authored andcommitted
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>
1 parent e70aa30 commit 0772ce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tls_wrap.h

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ class TLSWrap : public AsyncWrap,
153153
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
154154
static void EnableSessionCallbacks(
155155
const v8::FunctionCallbackInfo<v8::Value>& args);
156-
static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
157156
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
158157
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
159158
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);

0 commit comments

Comments
 (0)