Remove unused variable.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user