| Index: dart/pkg/compiler/lib/src/use_unused_api.dart
|
| diff --git a/dart/pkg/compiler/lib/src/use_unused_api.dart b/dart/pkg/compiler/lib/src/use_unused_api.dart
|
| index b481bc5009475f839c3735adbd9301c070e504b7..359aa9bc3c8550dbb23f12b98429c88f7f8b84fb 100644
|
| --- a/dart/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/dart/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -41,7 +41,6 @@ class ElementVisitor extends elements_visitor.ElementVisitor {
|
| }
|
|
|
| void main(List<String> arguments) {
|
| - new dart2jslib.CompilerCancelledException(null);
|
| useApi();
|
| dart2js.main(arguments);
|
| useConstant(null, null);
|
|
|