mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
Removes unused field TheError from LLLexer.
llvm-svn: 147049
This commit is contained in:
parent
496932a88a
commit
9f612635f4
@ -42,7 +42,6 @@ namespace llvm {
|
||||
APFloat APFloatVal;
|
||||
APSInt APSIntVal;
|
||||
|
||||
std::string TheError;
|
||||
public:
|
||||
explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
|
||||
LLVMContext &C);
|
||||
|
Loading…
Reference in New Issue
Block a user