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];