| Index: sdk/lib/_internal/compiler/implementation/constant_system.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/constant_system.dart b/sdk/lib/_internal/compiler/implementation/constant_system.dart
|
| index 36b98d7f0e6d52745d90d792dc8c6e8db2df8df7..110efca1e61750876ff987ff332a81687540c682 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/constant_system.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/constant_system.dart
|
| @@ -46,8 +46,6 @@ abstract class ConstantSystem {
|
| BinaryOperation get subtract;
|
| BinaryOperation get truncatingDivide;
|
|
|
| - BinaryOperation get codeUnitAt;
|
| -
|
| const ConstantSystem();
|
|
|
| ConstantValue createInt(int i);
|
|
|