woops, this is redundant

pull/2172/head
John Chesley 7 years ago
parent d6c160aade
commit 428165eb79

@ -843,7 +843,6 @@ export default class Component {
if (next) {
const next_variable = component.var_lookup.get(next.id.name)
if (next_variable && !next_variable.export_name) {
current_group = null
code.overwrite(declarator.end, next.start, ` ${node.kind} `);
}
}

Loading…
Cancel
Save