| Index: pkg/compiler/lib/src/use_unused_api.dart
|
| diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
|
| index 77f0bc986941febe6a7d0f01c3dac1ebc93f31cc..0ba3b3d6a37b416e9cb01aca8e8bedd35462854e 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -180,9 +180,6 @@ useJsOther(js.SimpleJavaScriptPrintingContext context) {
|
|
|
| useJsBackend(js_backend.JavaScriptBackend backend) {
|
| backend.assembleCode(null);
|
| - backend.annotations.noInlining(null);
|
| - backend.annotations.trustTypeAnnotations(null);
|
| - backend.annotations.assumeDynamic(null);
|
| }
|
|
|
| useConcreteTypesInferrer(concrete_types_inferrer.ConcreteTypesInferrer c) {
|
|
|