diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 5b8f61c52ef..d1d65126550 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -307,9 +307,6 @@ class DwarfDebug { // table for the same directory as DW_at_comp_dir. StringRef CompilationDir; - // True if the current module has non text section. - bool HasNonTextSection; - private: /// assignAbbrevNumber - Define a unique number for the abbreviation. |