Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp

Issue 867013002: Fix more build warnings (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698