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

Unified Diff: pkg/front_end/lib/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/file_system.dart
diff --git a/pkg/front_end/lib/file_system.dart b/pkg/front_end/lib/file_system.dart
index d0b5975017b8f7802d00c4edc2ee869018f1e74d..1306c0c19288cdf5616e3aa617491186e5f4da40 100644
--- a/pkg/front_end/lib/file_system.dart
+++ b/pkg/front_end/lib/file_system.dart
@@ -42,11 +42,6 @@ abstract class FileSystemEntity {
/// Whether this file system entity exists.
Future<bool> exists();
- /// Extracts the last-modification time of the file system entity, if it
- /// exists and it is a file, otherwise the future is completed with
- /// [FileSystemException].
- Future<DateTime> lastModified();
-
/// Attempts to access this file system entity as a file and read its contents
/// as raw bytes.
///
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart ('k') | pkg/front_end/lib/memory_file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698