From d40ed71c1136c4a1c93ed5fe16bf6e3f9ca7631d Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 21 Jan 2019 18:51:35 -0500 Subject: src: remove using v8::Function in node_os.cc PR-URL: https://github.com/nodejs/node/pull/25640 Reviewed-By: Denys Otrishko Reviewed-By: Michael Dawson Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen Reviewed-By: Tiancheng "Timothy" Gu --- src/node_os.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node_os.cc') 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; -- cgit v1.2.3