From 9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96 Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Wed, 21 Dec 2011 10:02:45 +0000 Subject: [PATCH] Removes unused field TheError from LLLexer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147049 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AsmParser/LLLexer.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1