From: Benjamin Kramer Date: Tue, 13 Oct 2015 10:10:03 +0000 (+0000) Subject: Remove unused diagnostic. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da08910d25917964ab83fc0aced61d6d3de9c056;p=clang Remove unused diagnostic. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250155 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 2cc863f4a1..4fd6043775 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -7756,8 +7756,6 @@ def err_omp_ordered_directive_with_param : Error< "'ordered' directive %select{without any clauses|with 'threads' clause}0 cannot be closely nested inside ordered region with specified parameter">; def note_omp_ordered_param : Note< "'ordered' clause with specified parameter">; -def err_omp_expected_array_sect_reduction_lb_not_zero : Error< - "lower bound expected to be evaluated to zero">; def err_omp_expected_base_var_name : Error< "expected variable name as a base of the array %select{subscript|section}0">; } // end of OpenMP category