| Index: frog/leg/tree/nodes.dart
|
| diff --git a/frog/leg/tree/nodes.dart b/frog/leg/tree/nodes.dart
|
| index bc1ec4382f697bd183c7a5240c4914faa5138174..a4e85868fa65187ed2f5d0a2e0116adf225417ac 100644
|
| --- a/frog/leg/tree/nodes.dart
|
| +++ b/frog/leg/tree/nodes.dart
|
| @@ -725,8 +725,6 @@ class DartString implements Iterable<int> {
|
| DartString();
|
| abstract int get length();
|
| bool isEmpty() => length == 0;
|
| - // TODO(lrn): Is this test too expensive?
|
| - bool definitelyEquals(DartString other) => toString() == other.toString();
|
| abstract Iterator<int> iterator();
|
| abstract String toString();
|
|
|
|
|