Remove unused variable.

This commit is contained in:
Brian Donovan
2015-02-12 18:29:14 -08:00
parent fdc05cb977
commit 98d555498d

View File

@@ -212,9 +212,6 @@ DefaultFormatter.prototype.checkExportIdentifier = function (node) {
};
DefaultFormatter.prototype.exportSpecifier = function (specifier, node, nodes) {
var inherits = false;
if (node.specifiers.length === 1) inherits = node;
if (node.source) {
var ref = this.getExternalReference(node, nodes);