summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-04-24 00:25:21 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-26 19:57:57 +0200
commit03e25b653a7ee62f4e3a03dc84c9f8de94cc938b (patch)
tree8cd23e9a8682b6cda8c266a17c4afb1bf86c8d13 /src/node_crypto.h
parent124875cab2ab129b0e1689c7727d5eaeab4618c2 (diff)
downloadandroid-node-v8-03e25b653a7ee62f4e3a03dc84c9f8de94cc938b.tar.gz
android-node-v8-03e25b653a7ee62f4e3a03dc84c9f8de94cc938b.tar.bz2
android-node-v8-03e25b653a7ee62f4e3a03dc84c9f8de94cc938b.zip
src: remove SecureContext `_external` getter
This is unused inside Node core, so nothing good can come from keeping it around. PR-URL: https://github.com/nodejs/node/pull/20237 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index a706c28057..a8fe8b0d4a 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -148,7 +148,6 @@ class SecureContext : public BaseObject {
const v8::FunctionCallbackInfo<v8::Value>& args);
static void EnableTicketKeyCallback(
const v8::FunctionCallbackInfo<v8::Value>& args);
- static void CtxGetter(const v8::FunctionCallbackInfo<v8::Value>& info);
template <bool primary>
static void GetCertificate(const v8::FunctionCallbackInfo<v8::Value>& args);