aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2011-12-21 10:02:45 +0000
committerManuel Klimek <klimek@google.com>2011-12-21 10:02:45 +0000
commit9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96 (patch)
tree836545088ca4c69aaf9f83a3bd9342556971f1fe
parent224c1b275d34ea32707c1d6f999d82ffabbac06e (diff)
downloadexternal_llvm-9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96.zip
external_llvm-9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96.tar.gz
external_llvm-9a31fb0c38e3909d0bba7ac62b0d6be1531b7c96.tar.bz2
Removes unused field TheError from LLLexer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147049 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/AsmParser/LLLexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AsmParser/LLLexer.h b/lib/AsmParser/LLLexer.h
index 33b9135..09aea5b 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);