Move load_to_switch.ll to test/CodeGen/SPARC/
[oota-llvm.git] / 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);