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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits