Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: pkg/front_end/lib/src/incremental/file_state.dart

Issue 2988443002: Remove FileSystem.lastModified (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/lib/physical_file_system.dart ('k') | pkg/front_end/lib/src/multi_root_file_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/incremental/file_state.dart
diff --git a/pkg/front_end/lib/src/incremental/file_state.dart b/pkg/front_end/lib/src/incremental/file_state.dart
index ae7316e7473fc5ce435a058ffed30a14b94b3ee6..f6cc92ef3cf17427fee9bb8f06d4ae9e02845786 100644
--- a/pkg/front_end/lib/src/incremental/file_state.dart
+++ b/pkg/front_end/lib/src/incremental/file_state.dart
@@ -435,9 +435,6 @@ class _FileSystemViewEntry implements FileSystemEntity {
@override
Future<bool> exists() async => _shouldNotBeQueried();
- @override
- Future<DateTime> lastModified() async => _shouldNotBeQueried();
-
@override
Future<List<int>> readAsBytes() async {
if (file == null) {
« no previous file with comments | « pkg/front_end/lib/physical_file_system.dart ('k') | pkg/front_end/lib/src/multi_root_file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698