summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/TableGen/TGLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/TableGen/TGLexer.h')
-rw-r--r--contrib/llvm/lib/TableGen/TGLexer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm/lib/TableGen/TGLexer.h b/contrib/llvm/lib/TableGen/TGLexer.h
index 1f750fc..cbc30be 100644
--- a/contrib/llvm/lib/TableGen/TGLexer.h
+++ b/contrib/llvm/lib/TableGen/TGLexer.h
@@ -87,8 +87,7 @@ private:
public:
TGLexer(SourceMgr &SrcMgr);
- ~TGLexer() {}
-
+
tgtok::TokKind Lex() {
return CurCode = LexToken();
}
OpenPOWER on IntegriCloud