From 8eca664a411e54d1c4646d6e2a60bf432ed1cb2f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 7 Oct 2010 00:51:30 +1100 Subject: [PATCH] Remove unused variable. --- common/content/dactyl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index d2a0bdf6..59a1904f 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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);