We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70aa30 commit 0772ce3Copy full SHA for 0772ce3
src/tls_wrap.h
@@ -153,7 +153,6 @@ class TLSWrap : public AsyncWrap,
153
static void SetVerifyMode(const v8::FunctionCallbackInfo<v8::Value>& args);
154
static void EnableSessionCallbacks(
155
const v8::FunctionCallbackInfo<v8::Value>& args);
156
- static void EnableTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
157
static void EnableCertCb(const v8::FunctionCallbackInfo<v8::Value>& args);
158
static void DestroySSL(const v8::FunctionCallbackInfo<v8::Value>& args);
159
static void GetServername(const v8::FunctionCallbackInfo<v8::Value>& args);
0 commit comments