mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-08 10:42:08 +00:00
Remove unused function
llvm-svn: 205672
This commit is contained in:
parent
216842b276
commit
cfaaa4e6b3
@ -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…
x
Reference in New Issue
Block a user