================
@@ -12137,9 +12140,6 @@ def err_omp_unexpected_schedule_modifier : Error<
   "modifier '%0' cannot be used along with modifier '%1'">;
 def err_omp_schedule_nonmonotonic_static : Error<
   "'nonmonotonic' modifier can only be specified with 'dynamic' or 'guided' 
schedule kind">;
-def err_omp_incompatible_dyn_groupprivate_modifier
-    : Error<"modifier '%0' cannot be used along with modifier '%1' in "
-            "dyn_groupprivate">;
----------------
zyn0217 wrote:

Why do you remove their changes?

https://github.com/llvm/llvm-project/pull/167291
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to