Removing code that is unused after r231424; NFC.

llvm-svn: 231477
This commit is contained in:
Aaron Ballman 2015-03-06 14:24:53 +00:00
parent f04f98d543
commit 5a2046a948
1 changed files with 0 additions and 8 deletions

View File

@ -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