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:
authorcjihrig <cjihrig@gmail.com>2019-01-22 02:51:35 +0300
committercjihrig <cjihrig@gmail.com>2019-01-24 16:30:19 +0300
commitd40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d (patch)
tree9f44ab8b80b9ea7e51153de4a2aa269f1f823f0a /src/node_os.cc
parent47062f12a7095658f1f7cff7d25234ea21a839cf (diff)
src: remove using v8::Function in node_os.cc
PR-URL: https://github.com/nodejs/node/pull/25640 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/node_os.cc')
-rw-r--r--src/node_os.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_os.cc b/src/node_os.cc
index 541c2dc1e9d..a5ae53ba75e 100644
--- a/src/node_os.cc
+++ b/src/node_os.cc
@@ -52,7 +52,6 @@ using v8::ArrayBuffer;
using v8::Boolean;
using v8::Context;
using v8::Float64Array;
-using v8::Function;
using v8::FunctionCallbackInfo;
using v8::Int32;
using v8::Integer;