[ThinLTO] Refactor function body scan during importing into helper (NFC)
[oota-llvm.git] / lib / TableGen / TGLexer.h
index 1f750fcd8d96b6abe43e18c2e82ca1ba2228fd10..cbc30be8a572f5414f613d9c5bb7a64caeb0c7d2 100644 (file)
@@ -87,8 +87,7 @@ private:
 
 public:
   TGLexer(SourceMgr &SrcMgr);
-  ~TGLexer() {}
-  
+
   tgtok::TokKind Lex() {
     return CurCode = LexToken();
   }