| 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 ffbcb5e108393d4514a1cac85726047c9e31d4e0..0f46aacaeffafd25f52dc068831379d6a43bc429 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -284,8 +284,7 @@ useElements(
|
|
|
| useIr(ir_builder.IrBuilder builder) {
|
| builder
|
| - ..buildStringConstant(null)
|
| - ..buildDynamicGet(null, null, null);
|
| + ..buildStringConstant(null);
|
| }
|
|
|
| useCompiler(dart2jslib.Compiler compiler) {
|
|
|