From 0dc844de17c0d5fa024b9670b31f6448679b7ba5 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 14 Oct 2011 14:50:38 +0000 Subject: [PATCH] node_script: remove unused variable --- src/node_script.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_script.cc b/src/node_script.cc index 6edeae7..6e4caff 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(); -- 2.7.4