diff options
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r-- | clang/include/clang-c/Index.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 027f62d7dcd..280b98c8e71 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -653,12 +653,6 @@ enum CXDiagnosticSeverity { CXDiagnostic_Note = 1, /** - * \brief This diagnostic is a remark that provides additional information - * for the user. - */ - CXDiagnostic_Remark = 5, - - /** * \brief This diagnostic indicates suspicious code that may not be * wrong. */ |