| Index: pkg/front_end/lib/src/incremental/kernel_driver.dart
|
| diff --git a/pkg/front_end/lib/src/incremental/kernel_driver.dart b/pkg/front_end/lib/src/incremental/kernel_driver.dart
|
| index 2fef1e0b37b9519b392e8475b30b7d46fca6ec74..d5a2db7e48cdfecf58470a0db877c5be25dcfc07 100644
|
| --- a/pkg/front_end/lib/src/incremental/kernel_driver.dart
|
| +++ b/pkg/front_end/lib/src/incremental/kernel_driver.dart
|
| @@ -165,13 +165,6 @@ class KernelDriver {
|
| _invalidatedFiles.add(uri);
|
| }
|
|
|
| - /// Flush the current file state completely.
|
| - ///
|
| - /// TODO(scheglov) Do we really need this functionality?
|
| - void invalidateAll() {
|
| - _invalidatedFiles.addAll(_fsState.fileUris);
|
| - }
|
| -
|
| /// Ensure that [dillTarget] includes the [cycle] libraries. It already
|
| /// contains all the libraries that sorted before the given [cycle] in
|
| /// topological order. Return the result with the cycle libraries.
|
|
|