[clang] 6aecf0c - Drop unused diagnostic. NFC.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 3 03:48:42 PDT 2020
Author: Benjamin Kramer
Date: 2020-04-03T12:48:25+02:00
New Revision: 6aecf0cfef04e282d2840eb01f998f281d1e7c75
URL: https://github.com/llvm/llvm-project/commit/6aecf0cfef04e282d2840eb01f998f281d1e7c75
DIFF: https://github.com/llvm/llvm-project/commit/6aecf0cfef04e282d2840eb01f998f281d1e7c75.diff
LOG: Drop unused diagnostic. NFC.
Added:
Modified:
clang/include/clang/Basic/DiagnosticSemaKinds.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 901ac758b383..6ccb1c4af951 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -9762,8 +9762,6 @@ def err_omp_ambiguous_conversion : Error<
"enumeration type">;
def err_omp_iterator_not_integral_or_pointer : Error<
"expected integral or pointer type as the iterator-type, not %0">;
-def err_omp_iterator_constant : Error<
- "expected non-constant type as the iterator-type, constant %0 is provided">;
def err_omp_iterator_step_not_integral : Error<
"iterator step expression %0 is not the integral expression">;
def err_omp_iterator_step_constant_zero : Error<
More information about the cfe-commits
mailing list