| Index: pkg/analyzer/lib/src/generated/source_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
|
| index 0c5d9e8171d862a8444619681eea04e661322c3e..bf4157e510bdf0d06460c7f6652c16714130a76d 100644
|
| --- a/pkg/analyzer/lib/src/generated/source_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source_io.dart
|
| @@ -136,27 +136,6 @@ class FileBasedSource extends Source {
|
| '${uri == null ? file.toURI() : uri}@${file.getPath()}',
|
| () => _idTable.length);
|
|
|
| - /**
|
| - * Initialize a newly created source object.
|
| - *
|
| - * @param file the file represented by this source
|
| - */
|
| - @deprecated // Use new FileBasedSource(file)
|
| - FileBasedSource.con1(JavaFile file) : this(file);
|
| -
|
| - /**
|
| - * Initialize a newly created source object.
|
| - *
|
| - * @param file the file represented by this source
|
| - * @param uri the URI from which this source was originally derived
|
| - */
|
| - @deprecated // Use new FileBasedSource(file, uri)
|
| - FileBasedSource.con2(Uri uri, JavaFile file)
|
| - : uri = uri,
|
| - file = file,
|
| - id = _idTable.putIfAbsent(
|
| - '$uri@${file.getPath()}', () => _idTable.length);
|
| -
|
| @override
|
| TimestampedData<String> get contents {
|
| return PerformanceStatistics.io.makeCurrentWhile(() {
|
|
|