Removes unused field TheError from LLLexer.

llvm-svn: 147049
This commit is contained in:
Manuel Klimek 2011-12-21 10:02:45 +00:00
parent 496932a88a
commit 9f612635f4

View File

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