| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index 12c5a42bb0382d4fb7fae6d83722c78a68889c3b..b254e0d75b57c89d186b5c1b291c05430546dc88 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -157,7 +157,6 @@ class ResolutionEnqueuer extends Enqueuer {
|
| impactVisitor = new _EnqueuerImpactVisitor(this);
|
| }
|
|
|
| - // TODO(johnniwinther): Move this to [ResolutionEnqueuer].
|
| Resolution get resolution => compiler.resolution;
|
|
|
| ResolutionWorldBuilder get universe => _universe;
|
|
|