diff options
Diffstat (limited to 'contrib/llvm/utils/TableGen/TGLexer.h')
| -rw-r--r-- | contrib/llvm/utils/TableGen/TGLexer.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/llvm/utils/TableGen/TGLexer.h b/contrib/llvm/utils/TableGen/TGLexer.h index c2a64532feb8..84d328b12d97 100644 --- a/contrib/llvm/utils/TableGen/TGLexer.h +++ b/contrib/llvm/utils/TableGen/TGLexer.h @@ -101,9 +101,6 @@ public:    }    SMLoc getLoc() const; - -  void PrintError(const char *Loc, const Twine &Msg) const; -  void PrintError(SMLoc Loc, const Twine &Msg) const;  private:    /// LexToken - Read the next token and return its code.  | 
