mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +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 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 {
|
const std::map<unsigned, MCDwarfLineTable> &getMCDwarfLineTables() const {
|
||||||
return MCDwarfLineTablesCUMap;
|
return MCDwarfLineTablesCUMap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user