summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-01-31 13:49:08 -0800
committerSam Roberts <vieuxtech@gmail.com>2019-02-05 15:16:28 -0800
commit73b204cd2b02ba021df108fb2f916b51d844c1c9 (patch)
tree6debe3e94fbd1f5188eef5ed82ad1fd3c9d6fdbb /src/tls_wrap.h
parentb1cc1af2bd282801928b89f49679da9c23a5e97f (diff)
downloadandroid-node-v8-73b204cd2b02ba021df108fb2f916b51d844c1c9.tar.gz
android-node-v8-73b204cd2b02ba021df108fb2f916b51d844c1c9.tar.bz2
android-node-v8-73b204cd2b02ba021df108fb2f916b51d844c1c9.zip
src: remove unused TLWrap::EnableTrace()
Declaration is unused, it was added by mistake in 46c5c3388d2. PR-URL: https://github.com/nodejs/node/pull/25861 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/tls_wrap.h')
-rw-r--r--src/tls_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls_wrap.h b/src/tls_wrap.h
index cd2701cd6d..be96e76503 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<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);