Index: pkg/analyzer/lib/src/generated/resolver.dart |
diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart |
index 8d75e759bffa7ed79b4dabe01e127a8de9e5b1fc..2fa00d49a6a2d8e86df19331d25d82f546acf799 100644 |
--- a/pkg/analyzer/lib/src/generated/resolver.dart |
+++ b/pkg/analyzer/lib/src/generated/resolver.dart |
@@ -8956,46 +8956,6 @@ class LibraryResolver2 { |
} |
/** |
- * Instances of the class `TypeAliasInfo` hold information about a [TypeAlias]. |
- */ |
-class LibraryResolver2_TypeAliasInfo { |
- final ResolvableLibrary _library; |
- |
- final Source _source; |
- |
- final FunctionTypeAlias _typeAlias; |
- |
- /** |
- * Initialize a newly created information holder with the given information. |
- * |
- * @param library the library containing the type alias |
- * @param source the source of the file containing the type alias |
- * @param typeAlias the type alias being remembered |
- */ |
- LibraryResolver2_TypeAliasInfo(this._library, this._source, this._typeAlias); |
-} |
- |
-/** |
- * Instances of the class `TypeAliasInfo` hold information about a [TypeAlias]. |
- */ |
-class LibraryResolver_TypeAliasInfo { |
- final Library _library; |
- |
- final Source _source; |
- |
- final FunctionTypeAlias _typeAlias; |
- |
- /** |
- * Initialize a newly created information holder with the given information. |
- * |
- * @param library the library containing the type alias |
- * @param source the source of the file containing the type alias |
- * @param typeAlias the type alias being remembered |
- */ |
- LibraryResolver_TypeAliasInfo(this._library, this._source, this._typeAlias); |
-} |
- |
-/** |
* Instances of the class `LibraryScope` implement a scope containing all of the names defined |
* in a given library. |
*/ |