| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index ce82723e62380e7d2001731c288b52ccfc3753ec..e422ef819b0af49abe6f90f67e3ef69cd32d453d 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -187,9 +187,6 @@ abstract class Resolution {
|
|
|
| bool hasBeenResolved(Element element);
|
|
|
| - ResolutionWorkItem createWorkItem(
|
| - Element element, ItemCompilationContext compilationContext);
|
| -
|
| /// Returns the precomputed [WorldImpact] for [element].
|
| WorldImpact getWorldImpact(Element element);
|
|
|
|
|