[all-commits] [llvm/llvm-project] 2aab79: [flang] Remove unused variable lastPrivBlock (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jul 25 20:52:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aab797d011bf24ee91635bbe903e6ebe635723a
https://github.com/llvm/llvm-project/commit/2aab797d011bf24ee91635bbe903e6ebe635723a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[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]
More information about the All-commits
mailing list