diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-10-24 17:10:13 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-10-24 17:10:13 +0000 |
| commit | e568225fc348dc826741824897989e33dd5894a4 (patch) | |
| tree | 1a89e1c3123ee9a13742a6ddc80ac424a2fc73db /llvm/lib/CodeGen | |
| parent | b0653e539b2d1b73e9c66b74478b941c77383688 (diff) | |
| download | bcm5719-llvm-e568225fc348dc826741824897989e33dd5894a4.tar.gz bcm5719-llvm-e568225fc348dc826741824897989e33dd5894a4.zip | |
Remove unused debug-only member variable.
This may've been used at some point but the 'print' member function grew
an Indent parameter that entirely shadows this parameter.
llvm-svn: 193358
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h index 045dd86db2c..51773ad9fe0 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.h @@ -130,10 +130,6 @@ namespace llvm { /// SmallVector<DIEValue*, 12> 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), |

