mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #59141 from hamishknight/wrapping-paper
[AST] Remove ParenType
This commit is contained in:
@@ -5526,11 +5526,6 @@ public:
|
||||
variableData);
|
||||
}
|
||||
|
||||
void visitParenType(const ParenType *parenTy) {
|
||||
using namespace decls_block;
|
||||
serializeSimpleWrapper<ParenTypeLayout>(parenTy->getUnderlyingType());
|
||||
}
|
||||
|
||||
void visitTupleType(const TupleType *tupleTy) {
|
||||
using namespace decls_block;
|
||||
unsigned abbrCode = S.DeclTypeAbbrCodes[TupleTypeLayout::Code];
|
||||
@@ -6143,7 +6138,6 @@ void Serializer::writeAllDeclsAndTypes() {
|
||||
registerDeclTypeAbbr<GenericTypeParamDeclLayout>();
|
||||
registerDeclTypeAbbr<AssociatedTypeDeclLayout>();
|
||||
registerDeclTypeAbbr<NominalTypeLayout>();
|
||||
registerDeclTypeAbbr<ParenTypeLayout>();
|
||||
registerDeclTypeAbbr<TupleTypeLayout>();
|
||||
registerDeclTypeAbbr<TupleTypeEltLayout>();
|
||||
registerDeclTypeAbbr<FunctionTypeLayout>();
|
||||
|
||||
Reference in New Issue
Block a user