diff --git a/src/tls_wrap.h b/src/tls_wrap.h index cd2701cd6d9fb7..be96e76503af87 100644 --- a/src/tls_wrap.h +++ b/src/tls_wrap.h @@ -153,7 +153,6 @@ class TLSWrap : public AsyncWrap, static void SetVerifyMode(const v8::FunctionCallbackInfo& args); static void EnableSessionCallbacks( const v8::FunctionCallbackInfo& args); - static void EnableTrace(const v8::FunctionCallbackInfo& args); static void EnableCertCb(const v8::FunctionCallbackInfo& args); static void DestroySSL(const v8::FunctionCallbackInfo& args); static void GetServername(const v8::FunctionCallbackInfo& args);