1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 20:45:48 +01:00

remove redundant throwing of StopIteration from generators

This commit is contained in:
Doug Kearns
2008-09-15 14:52:21 +00:00
parent b0dede3cba
commit a0cbde84b1
4 changed files with 0 additions and 6 deletions

View File

@@ -160,7 +160,6 @@ liberator.Mappings = function () //{{{
if (output)
yield maps[i];
}
throw StopIteration;
}
function addMapCommands(ch, modes, modeDescription)