From 03e25b653a7ee62f4e3a03dc84c9f8de94cc938b Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 24 Apr 2018 00:25:21 +0200 Subject: src: remove SecureContext `_external` getter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Ben Noordhuis Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Tobias Nießen --- src/node_crypto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node_crypto.h') 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& args); static void EnableTicketKeyCallback( const v8::FunctionCallbackInfo& args); - static void CtxGetter(const v8::FunctionCallbackInfo& info); template static void GetCertificate(const v8::FunctionCallbackInfo& args); -- cgit v1.2.3