diff --git a/src/node_file.cc b/src/node_file.cc index c9bbea1ee5f621..a5abd6005efe5c 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -539,7 +539,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); @@ -563,7 +562,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);