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

Unified Diff: pkg/front_end/lib/src/testing/hybrid_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
« no previous file with comments | « pkg/front_end/lib/src/multi_root_file_system.dart ('k') | pkg/front_end/test/memory_file_system_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/testing/hybrid_file_system.dart
diff --git a/pkg/front_end/lib/src/testing/hybrid_file_system.dart b/pkg/front_end/lib/src/testing/hybrid_file_system.dart
index e69d61d4dde2257e30691116ca9454862f693968..2df4025945f33918e6488ce9e248aad5f687559e 100644
--- a/pkg/front_end/lib/src/testing/hybrid_file_system.dart
+++ b/pkg/front_end/lib/src/testing/hybrid_file_system.dart
@@ -44,9 +44,6 @@ class HybridFileSystemEntity 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/multi_root_file_system.dart ('k') | pkg/front_end/test/memory_file_system_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698