node_script: remove unused variable

pull/22966/head
Ben Noordhuis 2011-10-14 14:50:38 +00:00
parent dc0b7364b5
commit 0dc844de17
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ Handle<Value> WrappedScript::EvalMachine(const Arguments& args) {
Persistent<Context> context;
Local<Array> keys;
unsigned int i;
if (context_flag == newContext) {
// Create the new context
context = Context::New();