forked from OSchip/llvm-project
Removing code that is unused after r231424; NFC.
llvm-svn: 231477
This commit is contained in:
parent
f04f98d543
commit
5a2046a948
|
@ -3901,14 +3901,6 @@ void ASTWriter::WriteRedeclarations() {
|
|||
}
|
||||
}
|
||||
|
||||
if (!First->isFromASTFile() && Chain) {
|
||||
Decl *FirstFromAST = MostRecent;
|
||||
for (Decl *Prev = MostRecent; Prev; Prev = Prev->getPreviousDecl()) {
|
||||
if (Prev->isFromASTFile())
|
||||
FirstFromAST = Prev;
|
||||
}
|
||||
}
|
||||
|
||||
LocalRedeclChains[Offset] = Size;
|
||||
|
||||
// Reverse the set of local redeclarations, so that we store them in
|
||||
|
|
Loading…
Reference in New Issue