Remove unused ContentCacheVisitor.

Change-Id: Id3174b82db1e989e255c2a50f77dc533ec281f72
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/220821
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-11-19 16:10:49 +00:00 committed by commit-bot@chromium.org
parent 7e6b3d83b8
commit 1a23b6915f

View file

@ -11,10 +11,6 @@ import 'package:path/path.dart' as pathos;
export 'package:analyzer/source/line_info.dart' show LineInfo; export 'package:analyzer/source/line_info.dart' show LineInfo;
export 'package:analyzer/source/source_range.dart'; export 'package:analyzer/source/source_range.dart';
/// A function that is used to visit [ContentCache] entries.
typedef ContentCacheVisitor = void Function(
String fullPath, int stamp, String contents);
/// Base class providing implementations for the methods in [Source] that don't /// Base class providing implementations for the methods in [Source] that don't
/// require filesystem access. /// require filesystem access.
abstract class BasicSource extends Source { abstract class BasicSource extends Source {