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

@@ -150,7 +150,6 @@ function minify(files, options) {
if (options.mangle) toplevel.figure_out_scope(options.mangle);
if (timings) timings.mangle = Date.now();
if (options.mangle) {
base54.reset();
toplevel.compute_char_frequency(options.mangle);
toplevel.mangle_names(options.mangle);
}