| Index: pkg/compiler/lib/src/cps_ir/builtin_operator.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/builtin_operator.dart b/pkg/compiler/lib/src/cps_ir/builtin_operator.dart
|
| index 699e755fb3b75c2376a6f8e4616cd2d6522c7e6e..9c1d83e18e93680c448ebec832cb1a2f874fd90b 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/builtin_operator.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/builtin_operator.dart
|
| @@ -70,12 +70,6 @@ enum BuiltinOperator {
|
| /// Returns the empty string if no arguments are given.
|
| StringConcatenate,
|
|
|
| - /// Corresponds to `a.charCodeAt(b)`. `a' must be a String. The index `b` must
|
| - /// be in range `0 <= b < a.length`.
|
| - /// TODO(sra): Consider replacing with a Primitive to allow lowering when 'a'
|
| - /// is nullable (i.e. throws).
|
| - CharCodeAt,
|
| -
|
| /// Returns true if the two arguments are the same value, and that value is
|
| /// not NaN, or if one argument is +0 and the other is -0.
|
| ///
|
|
|