[llvm-commits] [llvm] r147049 - /llvm/trunk/lib/AsmParser/LLLexer.h
Manuel Klimek
klimek at google.com
Wed Dec 21 02:02:45 PST 2011
Author: klimek
Date: Wed Dec 21 04:02:45 2011
New Revision: 147049
URL: http://llvm.org/viewvc/llvm-project?rev=147049&view=rev
Log:
Removes unused field TheError from LLLexer.
Modified:
llvm/trunk/lib/AsmParser/LLLexer.h
Modified: llvm/trunk/lib/AsmParser/LLLexer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/LLLexer.h?rev=147049&r1=147048&r2=147049&view=diff
==============================================================================
--- llvm/trunk/lib/AsmParser/LLLexer.h (original)
+++ llvm/trunk/lib/AsmParser/LLLexer.h Wed Dec 21 04:02:45 2011
@@ -42,7 +42,6 @@
APFloat APFloatVal;
APSInt APSIntVal;
- std::string TheError;
public:
explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
LLVMContext &C);
More information about the llvm-commits
mailing list