Skip to content

Commit 9ed218e

Browse files
authored
Temporary remove to resolve the conflict
1 parent 895efce commit 9ed218e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Serialization/ASTReader.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7459,10 +7459,6 @@ void TypeLocReader::VisitDependentBitIntTypeLoc(
74597459
TL.setNameLoc(readSourceLocation());
74607460
}
74617461

7462-
void TypeLocReader::VisitPredefinedSugarTypeLoc(PredefinedSugarTypeLoc TL) {
7463-
TL.setNameLoc(readSourceLocation());
7464-
}
7465-
74667462
void ASTRecordReader::readTypeLoc(TypeLoc TL) {
74677463
TypeLocReader TLR(*this);
74687464
for (; !TL.isNull(); TL = TL.getNextTypeLoc())

0 commit comments

Comments
 (0)