| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index c2e809f58432917b3da5fd940337f90a9c666ede..4518506967759316c04037fd0565e54e474538b0 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -1129,14 +1129,6 @@ abstract class FunctionElement extends Element
|
| FunctionElement get patch;
|
| FunctionElement get origin;
|
|
|
| - /// Do not use [computeSignature] outside of the resolver; instead retrieve
|
| - /// the signature through the [functionSignature] field.
|
| - /// Trying to access a function signature that has not been computed in
|
| - /// resolution is an error and calling [computeSignature] covers that error.
|
| - /// This method will go away!
|
| - // TODO(johnniwinther): Rename to `ensureFunctionSignature`.
|
| - @deprecated FunctionSignature computeSignature(Compiler compiler);
|
| -
|
| bool get hasFunctionSignature;
|
|
|
| /// The parameters of this functions.
|
|
|