From 6aecf0cfef04e282d2840eb01f998f281d1e7c75 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 3 Apr 2020 12:46:05 +0200 Subject: [PATCH] Drop unused diagnostic. NFC. --- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 -- 1 file changed, 2 deletions(-) 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< -- 2.7.4