mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 10:14:13 +01:00
Remove more unused vars.
This commit is contained in:
@@ -68,7 +68,6 @@ var ProcessorStack = Class("ProcessorStack", {
|
||||
events.dbg("EXECUTE(" + this._result(result) + ", " + force + ") events:" + this.events.length
|
||||
+ " processors:" + this.processors.length + " actions:" + this.actions.length);
|
||||
|
||||
let processors = this.processors;
|
||||
let length = 1;
|
||||
|
||||
if (force)
|
||||
|
||||
Reference in New Issue
Block a user