minor clean-ups (#2951)

This commit is contained in:
Alex Lam S.L
2018-02-24 02:24:47 +08:00
committed by GitHub
parent f40f5eb228
commit 455790202a
4 changed files with 6 additions and 8 deletions

View File

@@ -4404,7 +4404,6 @@ merge(Compressor.prototype, {
var comp = new Compressor(compressor.options);
ast = ast.transform(comp);
ast.figure_out_scope(mangle);
base54.reset();
ast.compute_char_frequency(mangle);
ast.mangle_names(mangle);
var fun;