diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-24 23:13:56 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-24 23:13:56 +0000 |
commit | d5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0 (patch) | |
tree | b3c61ad9ae8203f3db665bf7a1cb1001c270b3c1 /lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | 2b2000174b5b6d0faa1f90bc14a5309312622474 (diff) |
Down with _even more_ statics!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp index dc149cf8bc..01c431c849 100644 --- a/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/lib/CodeGen/AsmPrinter/DIE.cpp @@ -126,7 +126,6 @@ void DIE::Profile(FoldingSetNodeID &ID) { #ifndef NDEBUG void DIE::print(std::ostream &O, unsigned IncIndent) { - static unsigned IndentCount = 0; IndentCount += IncIndent; const std::string Indent(IndentCount, ' '); bool isBlock = Abbrev.getTag() == 0; |