From: Benjamin Kramer Date: Fri, 3 Apr 2020 10:46:05 +0000 (+0200) Subject: Drop unused diagnostic. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aecf0cfef04e282d2840eb01f998f281d1e7c75;p=platform%2Fupstream%2Fllvm.git Drop unused diagnostic. NFC. --- diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index 901ac75..6ccb1c4 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<