Remove a comment that appears a second time 22 lines further down.

llvm-svn: 225004
This commit is contained in:
Nico Weber 2014-12-30 20:13:37 +00:00
parent 7ef497b1f5
commit 0db59733b5
1 changed files with 0 additions and 3 deletions

View File

@ -410,9 +410,6 @@ class NestedNameSpecifierValidatorCCC : public CorrectionCandidateCallback {
/// \brief Build a new nested-name-specifier for "identifier::", as described
/// by ActOnCXXNestedNameSpecifier.
///
/// This routine differs only slightly from ActOnCXXNestedNameSpecifier, in
/// that it contains an extra parameter \p ScopeLookupResult.
///
/// \param S Scope in which the nested-name-specifier occurs.
/// \param Identifier Identifier in the sequence "identifier" "::".
/// \param IdentifierLoc Location of the \p Identifier.