diff options
Diffstat (limited to 'include/clang/Lex/PreprocessorLexer.h')
-rw-r--r-- | include/clang/Lex/PreprocessorLexer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Lex/PreprocessorLexer.h b/include/clang/Lex/PreprocessorLexer.h index 6275e01328..1bf60bbdbe 100644 --- a/include/clang/Lex/PreprocessorLexer.h +++ b/include/clang/Lex/PreprocessorLexer.h @@ -79,11 +79,6 @@ protected: virtual void IndirectLex(Token& Result) = 0; - /// Diag - Forwarding function for diagnostics. This translate a source - /// position in the current buffer into a SourceLocation object for rendering. - void Diag(SourceLocation Loc, unsigned DiagID, - const std::string &Msg = std::string()) const; - //===--------------------------------------------------------------------===// // #if directive handling. |