summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Sema/Sema.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h
index 22063cbe965..47a055f696b 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,
OpenPOWER on IntegriCloud