[CodeGen] Fix a warning
authorKazu Hirata <kazu@google.com>
Mon, 12 Dec 2022 16:27:12 +0000 (08:27 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 12 Dec 2022 16:27:12 +0000 (08:27 -0800)
commitf32f29385c90b7be05dc19a137d3b25d3c614a50
tree6bd020bcfd965147084cb7a2f7d47263bb6a6511
parent945ed9e41958d83512a37ff79c280b73e3f8a7ef
[CodeGen] Fix a warning

This patch fixes:

  clang/lib/CodeGen/CGOpenMPRuntime.cpp:6098:8: error: lambda capture
  'this' is not used [-Werror,-Wunused-lambda-capture]
clang/lib/CodeGen/CGOpenMPRuntime.cpp