minor clean-ups (#3588)
This commit is contained in:
@@ -1176,7 +1176,6 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
// These node types have child nodes that execute sequentially,
|
||||
// but are otherwise not safe to scan into or beyond them.
|
||||
var sym;
|
||||
if (is_last_node(node, parent) || may_throw(node)) {
|
||||
stop_after = node;
|
||||
if (node instanceof AST_Scope) abort = true;
|
||||
@@ -7163,7 +7162,6 @@ merge(Compressor.prototype, {
|
||||
|
||||
OPT(AST_Object, function(self, compressor) {
|
||||
if (!compressor.option("objects") || compressor.has_directive("use strict")) return self;
|
||||
var props = self.properties;
|
||||
var keys = new Dictionary();
|
||||
var values = [];
|
||||
self.properties.forEach(function(prop) {
|
||||
|
||||
Reference in New Issue
Block a user