diff options
| author | Manuel Klimek <klimek@google.com> | 2011-12-21 10:02:45 +0000 |
|---|---|---|
| committer | Manuel Klimek <klimek@google.com> | 2011-12-21 10:02:45 +0000 |
| commit | b761ff3e24fc70885419d1c29b3bf4a8dd2f976e (patch) | |
| tree | 45939cb1bb802a6c1631a09953dce01060ef36ab | |
| parent | a73baa805077f5ae1ab80c15288e5c3c2a2620e1 (diff) | |
| download | bcm5719-llvm-b761ff3e24fc70885419d1c29b3bf4a8dd2f976e.tar.gz bcm5719-llvm-b761ff3e24fc70885419d1c29b3bf4a8dd2f976e.zip | |
Removes unused field TheError from LLLexer.
llvm-svn: 147049
| -rw-r--r-- | llvm/lib/AsmParser/LLLexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.h b/llvm/lib/AsmParser/LLLexer.h index 33b91357237..09aea5b0182 100644 --- a/llvm/lib/AsmParser/LLLexer.h +++ b/llvm/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); |

