summaryrefslogtreecommitdiff
path: root/src/node_os.cc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-21 18:51:35 -0500
committercjihrig <cjihrig@gmail.com>2019-01-24 08:30:19 -0500
commitd40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d (patch)
tree9f44ab8b80b9ea7e51153de4a2aa269f1f823f0a /src/node_os.cc
parent47062f12a7095658f1f7cff7d25234ea21a839cf (diff)
downloadandroid-node-v8-d40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d.tar.gz
android-node-v8-d40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d.tar.bz2
android-node-v8-d40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d.zip
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 541c2dc1e9..a5ae53ba75 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;