| Index: pkg/analyzer/lib/dart/element/element.dart
|
| diff --git a/pkg/analyzer/lib/dart/element/element.dart b/pkg/analyzer/lib/dart/element/element.dart
|
| index b5b80b7857666e9b7b531532d520b29749bca147..aa6e80d96c4a9e891feda7456da3df51a0cc3393 100644
|
| --- a/pkg/analyzer/lib/dart/element/element.dart
|
| +++ b/pkg/analyzer/lib/dart/element/element.dart
|
| @@ -1497,13 +1497,6 @@ abstract class LibraryElement implements Element {
|
| * `null` if this library does not define a class with the given name.
|
| */
|
| ClassElement getType(String className);
|
| -
|
| - /**
|
| - * Return `true` if this library is up to date with respect to the given
|
| - * [timeStamp]. If any transitively referenced Source is newer than the time
|
| - * stamp, this method returns false.
|
| - */
|
| - bool isUpToDate(int timeStamp);
|
| }
|
|
|
| /**
|
|
|