Index: pkg/analyzer/lib/src/generated/source.dart |
diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart |
index 79cd48f37bcc63620413f00a8c0a2e4ae3ded7ae..97ca0b159d6ade0178974e7edfd4be47e5da0810 100644 |
--- a/pkg/analyzer/lib/src/generated/source.dart |
+++ b/pkg/analyzer/lib/src/generated/source.dart |
@@ -411,12 +411,6 @@ abstract class Source implements AnalysisTarget { |
/** |
* An empty list of sources. |
*/ |
- @deprecated // Use Source.EMPTY_LIST |
- static const List<Source> EMPTY_ARRAY = EMPTY_LIST; |
- |
- /** |
- * An empty list of sources. |
- */ |
static const List<Source> EMPTY_LIST = const <Source>[]; |
/** |