diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 |
| commit | d8e91e46262bc44006913e6796843909f1ac7bcd (patch) | |
| tree | 7d0c143d9b38190e0fa0180805389da22cd834c5 /lib/MC/MCContext.cpp | |
| parent | b7eb8e35e481a74962664b63dfb09483b200209a (diff) | |
Notes
Diffstat (limited to 'lib/MC/MCContext.cpp')
| -rw-r--r-- | lib/MC/MCContext.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index 606da2526890..fab517075c5a 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp @@ -592,7 +592,7 @@ bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { return !LineTable.getMCDwarfFiles()[FileNumber].Name.empty(); } -/// Remove empty sections from SectionStartEndSyms, to avoid generating +/// Remove empty sections from SectionsForRanges, to avoid generating /// useless debug info for them. void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { SectionsForRanges.remove_if( @@ -605,11 +605,6 @@ CodeViewContext &MCContext::getCVContext() { return *CVContext.get(); } -void MCContext::clearCVLocSeen() { - if (CVContext) - CVContext->clearCVLocSeen(); -} - //===----------------------------------------------------------------------===// // Error Reporting //===----------------------------------------------------------------------===// |
