diff --git a/src/node_script.cc b/src/node_script.cc index 6edeae7a956..6e4caff6e89 100644 --- a/src/node_script.cc +++ b/src/node_script.cc @@ -351,7 +351,6 @@ Handle WrappedScript::EvalMachine(const Arguments& args) { Persistent context; Local keys; - unsigned int i; if (context_flag == newContext) { // Create the new context context = Context::New();