From: Manuel Klimek Date: Wed, 21 Dec 2011 10:02:45 +0000 (+0000) Subject: Removes unused field TheError from LLLexer. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96;p=oota-llvm.git Removes unused field TheError from LLLexer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147049 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AsmParser/LLLexer.h b/lib/AsmParser/LLLexer.h index 33b91357237..09aea5b0182 100644 --- a/lib/AsmParser/LLLexer.h +++ b/lib/AsmParser/LLLexer.h @@ -42,7 +42,6 @@ namespace llvm { APFloat APFloatVal; APSInt APSIntVal; - std::string TheError; public: explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &, LLVMContext &C);