| Index: sdk/lib/collection/collection.dart
|
| diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart
|
| index 4d37c7755375395db4c01b8377ed0b312de6a10c..0df156c811abf67ccc1d695580d8ea00e83bf620 100644
|
| --- a/sdk/lib/collection/collection.dart
|
| +++ b/sdk/lib/collection/collection.dart
|
| @@ -11,9 +11,7 @@ part 'iterator.dart';
|
| part 'maps.dart';
|
| part 'queue.dart';
|
| part 'splay_tree.dart';
|
| -part 'hash_table.dart';
|
| part 'hash_set.dart';
|
| part 'hash_map.dart';
|
| -part 'linked_hash_table.dart';
|
| part 'linked_hash_set.dart';
|
| part 'linked_hash_map.dart';
|
|
|