X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FMC%2FMCContext.h;h=7968e1e27d9ef3eb0dca79bde773fd4c5ed8093a;hp=575bc3b29719ac7e3d992f3614d3c152658c04a4;hb=5113cdbfff7df4c7a79a92e5aa971126254202c6;hpb=3fda44f276647bc43c283268907bac605a8f7eb5 diff --git a/include/llvm/MC/MCContext.h b/include/llvm/MC/MCContext.h index 575bc3b2971..7968e1e27d9 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 &getMCDwarfFiles() { return MCDwarfFiles;