It may not be an option to skip .debug_line if there are file reference in already...
[oota-llvm.git] / include / llvm / MC / MCContext.h
index 575bc3b29719ac7e3d992f3614d3c152658c04a4..7968e1e27d9ef3eb0dca79bde773fd4c5ed8093a 100644 (file)
@@ -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;