| 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();
|
|
|
|
|