Removes unused field TheError from LLLexer.
authorManuel Klimek <klimek@google.com>
Wed, 21 Dec 2011 10:02:45 +0000 (10:02 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 21 Dec 2011 10:02:45 +0000 (10:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147049 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLLexer.h

index 33b9135723752d4bfa6ae97973cd98e97d5cebf8..09aea5b01825b19c4ed554e38dbbbfa83996fcd5 100644 (file)
@@ -42,7 +42,6 @@ namespace llvm {
     APFloat APFloatVal;
     APSInt  APSIntVal;
 
-    std::string TheError;
   public:
     explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
                      LLVMContext &C);