Skip to content

Commit

Permalink
src: remove using v8::Function in node_os.cc
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
cjihrig authored and targos committed Jan 24, 2019
1 parent f415069 commit c59edca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c59edca

Please sign in to comment.