mirror of https://github.com/nodejs/node.git
node_script: remove unused variable
parent
dc0b7364b5
commit
0dc844de17
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue