aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCContext.h')
-rw-r--r--include/llvm/MC/MCContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/MC/MCContext.h b/include/llvm/MC/MCContext.h
index 575bc3b..7968e1e 100644
--- a/include/llvm/MC/MCContext.h
+++ b/include/llvm/MC/MCContext.h
@@ -180,9 +180,6 @@ namespace llvm {
bool hasDwarfFiles() const {
return !MCDwarfFiles.empty();
}
- bool hasDwarfLines() const {
- return !MCLineSectionOrder.empty();
- }
const std::vector<MCDwarfFile *> &getMCDwarfFiles() {
return MCDwarfFiles;