diff --git a/src/node_file.cc b/src/node_file.cc index f146e4ddff61fb..e615179bee2bfd 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -154,10 +154,6 @@ void NewFSReqWrap(const FunctionCallbackInfo& args) { } -inline bool IsInt64(double x) { - return x == static_cast(static_cast(x)); -} - void After(uv_fs_t *req) { FSReqWrap* req_wrap = static_cast(req->data); CHECK_EQ(req_wrap->req(), req);