remove unused variable

This commit is contained in:
Jeff Williams 2012-09-20 16:00:55 -07:00
parent 3bdd67e737
commit 48cd77e77c

View File

@ -7,7 +7,6 @@
*/ */
var Token = Packages.org.mozilla.javascript.Token, var Token = Packages.org.mozilla.javascript.Token,
FunctionNode = Packages.org.mozilla.javascript.ast.FunctionNode,
currentParser = null, currentParser = null,
currentSourceName = '', currentSourceName = '',
hasOwnProp = Object.prototype.hasOwnProperty; hasOwnProp = Object.prototype.hasOwnProperty;