| Index: pkg/analyzer/lib/src/string_source.dart
|
| diff --git a/pkg/analyzer/lib/src/string_source.dart b/pkg/analyzer/lib/src/string_source.dart
|
| index e3e91c717ced11f4f370667dd90120e788595db0..24d55c1fb31f389d56f7b632abc6201f70d7df78 100644
|
| --- a/pkg/analyzer/lib/src/string_source.dart
|
| +++ b/pkg/analyzer/lib/src/string_source.dart
|
| @@ -26,9 +26,6 @@ class StringSource implements Source {
|
|
|
| bool exists() => true;
|
|
|
| - void getContentsToReceiver(Source_ContentReceiver receiver) =>
|
| - receiver.accept(_contents, modificationStamp);
|
| -
|
| TimestampedData<String> get contents => new TimestampedData(modificationStamp, _contents);
|
|
|
| String get encoding => throw new UnsupportedError("StringSource doesn't support "
|
|
|