| 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 a267c34794aab49ab8a59fb25446c89df878946b..a8bdfd8c89812dfd4aa31b8205e0be5c17a36f57 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -205,8 +205,6 @@ abstract class Resolution implements Frontend {
|
| /// impact.
|
| void emptyCache();
|
|
|
| - void forgetElement(Element element);
|
| -
|
| /// Returns `true` if [value] is the top-level [proxy] annotation from the
|
| /// core library.
|
| bool isProxyConstant(ConstantValue value);
|
|
|