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

Unified Diff: pkg/front_end/lib/src/multi_root_file_system.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
Index: pkg/front_end/lib/src/multi_root_file_system.dart
diff --git a/pkg/front_end/lib/src/multi_root_file_system.dart b/pkg/front_end/lib/src/multi_root_file_system.dart
index 22adb7a8e02a00914d61d3b9b45d86cf063951d5..a8fb3c07e3393564b55cc2d325d5f59e6cd3fe91 100644
--- a/pkg/front_end/lib/src/multi_root_file_system.dart
+++ b/pkg/front_end/lib/src/multi_root_file_system.dart
@@ -72,9 +72,6 @@ class MultiRootFileSystemEntity implements FileSystemEntity {
@override
Future<bool> exists() async => (await delegate).exists();
- @override
- Future<DateTime> lastModified() async => (await delegate).lastModified();
-
@override
Future<List<int>> readAsBytes() async => (await delegate).readAsBytes();
« no previous file with comments | « pkg/front_end/lib/src/incremental/file_state.dart ('k') | pkg/front_end/lib/src/testing/hybrid_file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698