Skip to content

Commit

Permalink
[OpenMP] Fix -Wdeprecated-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Apr 23, 2021
1 parent caea37b commit a92dbad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/CodeGen/CGOpenMPRuntime.h
Expand Up @@ -73,7 +73,6 @@ class RegionCodeGenTy final {
CodeGenTy Callback;
mutable PrePostActionTy *PrePostAction;
RegionCodeGenTy() = delete;
RegionCodeGenTy &operator=(const RegionCodeGenTy &) = delete;
template <typename Callable>
static void CallbackFn(intptr_t CodeGen, CodeGenFunction &CGF,
PrePostActionTy &Action) {
Expand Down

0 comments on commit a92dbad

Please sign in to comment.