mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Remove unused function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d260b1ba81
commit
eb22ac0886
@ -304,14 +304,6 @@ namespace llvm {
|
||||
|
||||
bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
|
||||
|
||||
bool hasDwarfFiles() const {
|
||||
// Traverse MCDwarfFilesCUMap and check whether each entry is empty.
|
||||
for (const auto &FileTable : MCDwarfLineTablesCUMap)
|
||||
if (!FileTable.second.getMCDwarfFiles().empty())
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
const std::map<unsigned, MCDwarfLineTable> &getMCDwarfLineTables() const {
|
||||
return MCDwarfLineTablesCUMap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user