From c79a0d22f84e86ad1f9dcb23ec1081aaf5ae4f20 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 6 Sep 2011 22:34:36 +0000 Subject: [PATCH] Remove the doxyment for this now defunct parameter. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139197 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/TextDiagnosticPrinter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Frontend/TextDiagnosticPrinter.cpp b/lib/Frontend/TextDiagnosticPrinter.cpp index 976d3db715..7206333328 100644 --- a/lib/Frontend/TextDiagnosticPrinter.cpp +++ b/lib/Frontend/TextDiagnosticPrinter.cpp @@ -422,7 +422,6 @@ public: /// \param Ranges The underlined ranges for this code snippet. /// \param NumRanges The number of unlined ranges. /// \param Hints The FixIt hints active for this diagnostic. - /// \param NumHints The number of hints active for this diagnostic. /// \param OnMacroInst The current depth of the macro expansion stack. void Emit(SourceLocation Loc, CharSourceRange *Ranges, -- 2.50.1