Didn't mean to commit this part.
authorOwen Anderson <resistor@mac.com>
Wed, 24 Jun 2009 22:58:48 +0000 (22:58 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 24 Jun 2009 22:58:48 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74135 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h

index 9f74452c5996653acdf1f35a26bc3837a2ac99b2..105d7730407f20f97005a6eee62bfa9751bfc278 100644 (file)
@@ -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,