diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h index 045dd86db2cc..51773ad9fe03 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.h @@ -130,10 +130,6 @@ namespace llvm { /// SmallVector Values; -#ifndef NDEBUG - // Private data for print() - mutable unsigned IndentCount; -#endif public: explicit DIE(unsigned Tag) : Offset(0), Size(0), Abbrev((dwarf::Tag)Tag, dwarf::DW_CHILDREN_no),