mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d32d7a541a
commit
175a7809c8
@ -86,12 +86,6 @@ namespace llvm {
|
|||||||
Data.push_back(DIEAbbrevData(Attribute, Form));
|
Data.push_back(DIEAbbrevData(Attribute, Form));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// AddFirstAttribute - Adds a set of attribute information to the front
|
|
||||||
/// of the abbreviation.
|
|
||||||
void AddFirstAttribute(uint16_t Attribute, uint16_t Form) {
|
|
||||||
Data.insert(Data.begin(), DIEAbbrevData(Attribute, Form));
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Profile - Used to gather unique data for the abbreviation folding set.
|
/// Profile - Used to gather unique data for the abbreviation folding set.
|
||||||
///
|
///
|
||||||
void Profile(FoldingSetNodeID &ID) const;
|
void Profile(FoldingSetNodeID &ID) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user