Index: lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp |
diff --git a/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp b/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp |
index 19ced7734803c1e7e0bcbd27997efafbe9e4f293..c313eeb74e1e89589f23c068ce036ff58bebd3e3 100644 |
--- a/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp |
+++ b/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp |
@@ -271,8 +271,7 @@ public: |
CloseSquare(this, "]"), |
Endline(this), |
StartCluster(this), |
- FinishCluster(this), |
- ObjDump(ObjDump) |
+ FinishCluster(this) |
{ |
ContinuationIndent = GetIndent(2); |
} |
@@ -338,9 +337,6 @@ public: |
} |
private: |
- // The ObjDumpStream associated with this text formatter. |
- naclbitc::ObjDumpStream &ObjDump; |
- |
// Converts the given type to tokens, based on the values passed in |
// by TokenizeType, TokenizeFunctionType, or TokenizeFunctionSignature. |
void TokenizeTypeInternal(Type *Typ, BitcodeId* FcnName, bool AddParams); |