Remove unused function

llvm-svn: 205672
This commit is contained in:
David Blaikie 2014-04-05 20:20:46 +00:00
parent 506a745a0a
commit 8e80514fbe
1 changed files with 0 additions and 8 deletions

View File

@ -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;
}