This commit is contained in:
Mihai Bazon
2012-10-05 20:24:56 +03:00
parent a1e0885930
commit 4a2b91220a

View File

@@ -786,11 +786,6 @@ merge(Compressor.prototype, {
return self;
});
OPT(AST_Scope, function(self, compressor){
self.body = tighten_body(self.body, compressor);
return self;
});
AST_Scope.DEFMETHOD("drop_unused", function(compressor){
var self = this;
if (compressor.option("unused")