Chromium Code Reviews| Index: sdk/lib/collection/hash_set.dart |
| diff --git a/sdk/lib/collection/hash_set.dart b/sdk/lib/collection/hash_set.dart |
| index f3cd262e5feba3148c3f72629301ee89514d9c01..9cd24a004202749bb2ea35a3fc63a3bf6065e6b8 100644 |
| --- a/sdk/lib/collection/hash_set.dart |
| +++ b/sdk/lib/collection/hash_set.dart |
| @@ -31,8 +31,6 @@ abstract class _HashSetBase<E> extends SetBase<E> { |
| // Subclasses can optimize this further. |
| Set<E> toSet() => _newSet()..addAll(this); |
| - |
| - String toString() => _setToString(this); |
| } |
| /** |