1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:37:59 +01:00

Remove unused variable.

This commit is contained in:
Doug Kearns
2010-10-07 00:51:30 +11:00
parent b23227f20b
commit 8eca664a41

View File

@@ -351,7 +351,6 @@ const Dactyl = Module("dactyl", {
modifiers = modifiers || {};
let err = null;
for (let [command, args] in commands.parseCommands(str.replace(/^'(.*)'$/, "$1"))) {
if (command === null)
throw FailedAssertion("E492: Not a " + config.appName + " command: " + args.commandString);