diff --git a/src/node_file.cc b/src/node_file.cc index c8cdc7959153f5..30bc4e1f380d63 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -516,7 +516,6 @@ static void InternalModuleStat(const FunctionCallbackInfo& args) { static void Stat(const FunctionCallbackInfo& args) { Environment* env = Environment::GetCurrent(args); - Local context = env->context(); CHECK_GE(args.Length(), 1); @@ -540,7 +539,6 @@ static void Stat(const FunctionCallbackInfo& args) { static void LStat(const FunctionCallbackInfo& args) { Environment* env = Environment::GetCurrent(args); - Local context = env->context(); CHECK_GE(args.Length(), 1);