Skip to content

Commit 38838af

Browse files
committed
src: remove unused TLWrap::EnableTrace()
Declaration is unused, it was added by mistake in 46c5c33. PR-URL: nodejs#25861 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 8c7406f commit 38838af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tls_wrap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class TLSWrap : public AsyncWrap,
152152
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
153153
static void EnableSessionCallbacks(
154154
const v8::FunctionCallbackInfo<v8::Value>& args);
155-
static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
156155
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
157156
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
158157
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);

0 commit comments

Comments
 (0)