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,