]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Aug 2015 12:29:47 +0000 (12:29 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Aug 2015 12:29:47 +0000 (12:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245698 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index f386915eed983167f4ed3900faf56a0ef0c286a8..bf9c73c8e4b0ea6daa6bc2f739eb6d1e1be35b4b 100644 (file)
@@ -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<