diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index 22063cbe965e..47a055f696b1 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/include/clang/Sema/Sema.h @@ -5923,8 +5923,6 @@ public: /// /// \param OnlyNamespace If true, only considers namespaces in lookup. /// - /// \param SuppressDiagnostic If true, suppress diagnostic on error. - /// /// \returns true if an error occurred, false otherwise. bool ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo,