| Index: dart/lib/compiler/implementation/universe/selector_map.dart
|
| diff --git a/dart/lib/compiler/implementation/universe/selector_map.dart b/dart/lib/compiler/implementation/universe/selector_map.dart
|
| index ee3c8feaaa02313e85d2c933e9c5ab0288adc4ce..b5aa0d24880590e6fbaf4d68671dcf61c6d70e45 100644
|
| --- a/dart/lib/compiler/implementation/universe/selector_map.dart
|
| +++ b/dart/lib/compiler/implementation/universe/selector_map.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of universe;
|
| -
|
| class SelectorMap<T> extends PartialTypeTree {
|
|
|
| SelectorMap(Compiler compiler) : super(compiler);
|
|
|