From: Owen Anderson Date: Wed, 24 Jun 2009 22:58:48 +0000 (+0000) Subject: Didn't mean to commit this part. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2b2000174b5b6d0faa1f90bc14a5309312622474;p=oota-llvm.git Didn't mean to commit this part. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 9f74452c599..105d7730407 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -114,9 +114,6 @@ namespace llvm { mutable const MachineInstr *LastMI; mutable const Function *LastFn; mutable unsigned Counter; - - // Private state for dump() - static unsigned IndentLevel; protected: explicit AsmPrinter(raw_ostream &o, TargetMachine &TM,