[flang] Remove unused variable lastPrivBlock (NFC)
authorKazu Hirata <kazu@google.com>
Tue, 26 Jul 2022 03:52:22 +0000 (20:52 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 26 Jul 2022 03:52:22 +0000 (20:52 -0700)
commit2aab797d011bf24ee91635bbe903e6ebe635723a
treea145e112772f229945e93bdcc0298076e0d58b1e
parentdf344e1f44282848eefac252fbe1a7b4d6031430
[flang] Remove unused variable lastPrivBlock (NFC)

This fixes the warning:

  llvm-project/flang/lib/Lower/OpenMP.cpp:94:10: error: unused
  variable 'lastPrivBlock' [-Werror,-Wunused-variable]
flang/lib/Lower/OpenMP.cpp