Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2021-09-28 11:02:53 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-10-19 12:44:55 +0300
commitf69a4f61b2c133878159a9573ac438d58f8a05ac (patch)
tree6a5b95b91c73f49e13550149162debe8f73061fc /src/node_crypto.cc
parent3a7b2d7e519181a7d5f3521be767f1f8c1a4a1c4 (diff)
src: register external references in os bindings
PR-URL: https://github.com/nodejs/node/pull/40239 Refs: https://github.com/nodejs/node/pull/38905 Refs: https://github.com/nodejs/node/issues/37476 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_crypto.cc')
-rw-r--r--src/node_crypto.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index 8563b14036c..267705b7cbd 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -32,7 +32,6 @@ namespace node {
using v8::Context;
using v8::Local;
using v8::Object;
-using v8::TryCatch;
using v8::Value;
namespace crypto {