mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Fold TypeAliasDecl::computeType() into validateDecl()
This commit is contained in:
@@ -2985,9 +2985,6 @@ public:
|
||||
/// Retrieve a sugared interface type containing the structure of the interface
|
||||
/// type before any semantic validation has occured.
|
||||
Type getStructuralType() const;
|
||||
|
||||
/// Set the interface type of this typealias declaration from the underlying type.
|
||||
void computeType();
|
||||
|
||||
bool isCompatibilityAlias() const {
|
||||
return Bits.TypeAliasDecl.IsCompatibilityAlias;
|
||||
|
||||
Reference in New Issue
Block a user