From d4598ed391d801e6784cf25f7560f660897273f4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 10 Jun 2007 16:03:17 +0000 Subject: [PATCH] remove unused var declaration in commandsIterator() --- chrome/content/vimperator/commands.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 83f31260..45f8c516 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -197,8 +197,6 @@ function Commands()//{{{ function commandsIterator() { - var commands; - for (var i = 0; i < ex_commands.length; i++) yield ex_commands[i];