r250155 - Remove unused diagnostic. NFC.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 03:10:04 PDT 2015


Author: d0k
Date: Tue Oct 13 05:10:03 2015
New Revision: 250155

URL: http://llvm.org/viewvc/llvm-project?rev=250155&view=rev
Log:
Remove unused diagnostic. NFC.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=250155&r1=250154&r2=250155&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue Oct 13 05:10:03 2015
@@ -7756,8 +7756,6 @@ def err_omp_ordered_directive_with_param
   "'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




More information about the cfe-commits mailing list