diff options
Diffstat (limited to 'contrib/llvm/lib/AsmParser/LLLexer.h')
-rw-r--r-- | contrib/llvm/lib/AsmParser/LLLexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm/lib/AsmParser/LLLexer.h b/contrib/llvm/lib/AsmParser/LLLexer.h index 3343168..90bf17d 100644 --- a/contrib/llvm/lib/AsmParser/LLLexer.h +++ b/contrib/llvm/lib/AsmParser/LLLexer.h @@ -45,7 +45,6 @@ namespace llvm { public: explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &, LLVMContext &C); - ~LLLexer() {} lltok::Kind Lex() { return CurKind = LexToken(); |