From: Benjamin Kramer Date: Fri, 21 Aug 2015 12:29:47 +0000 (+0000) Subject: Remove unused diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b68502e325556f651b47161ddb121549a770e04;p=clang Remove unused diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245698 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index f386915eed..bf9c73c8e4 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -7477,8 +7477,6 @@ def err_omp_expected_var_name_or_array_item : Error< "expected variable name, array element or array section">; def note_omp_task_predetermined_firstprivate_here : Note< "predetermined as a firstprivate in a task construct here">; -def err_omp_task_predetermined_firstprivate_ref_type_arg : Error< - "predetermined as a firstprivate in a task construct variable cannot be of reference type %0">; def err_omp_threadprivate_incomplete_type : Error< "threadprivate variable with incomplete type %0">; def err_omp_no_dsa_for_variable : Error<