mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Remove unused code. No functionality change.
llvm-svn: 184866
This commit is contained in:
parent
7d3ed86eaa
commit
e8f3721e22
@ -259,10 +259,6 @@ unsigned DwarfUnits::getAddrPoolIndex(MCSymbol *Sym) {
|
||||
// Define a unique number for the abbreviation.
|
||||
//
|
||||
void DwarfUnits::assignAbbrevNumber(DIEAbbrev &Abbrev) {
|
||||
// Profile the node so that we can make it unique.
|
||||
FoldingSetNodeID ID;
|
||||
Abbrev.Profile(ID);
|
||||
|
||||
// Check the set for priors.
|
||||
DIEAbbrev *InSet = AbbreviationsSet->GetOrInsertNode(&Abbrev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user