mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00
[NFC][OpenMP] Remove unused variable new_iv_saved
in openmp/runtime/src/kmp_collapse.cpp
This commit is contained in:
parent
afb73f7a91
commit
319d5d99ca
@ -1135,10 +1135,6 @@ bool kmp_calc_original_ivs_for_chunk_end(
|
||||
kmp_iterations_t iterations =
|
||||
(kmp_iterations_t)__kmp_allocate(sizeof(kmp_loop_nest_iv_t) * n);
|
||||
|
||||
#if defined(KMP_DEBUG)
|
||||
auto new_iv_saved = new_iv;
|
||||
#endif
|
||||
|
||||
// First, calc corresponding iteration in every modified loop:
|
||||
for (kmp_index_t ind = n; ind > 0;) {
|
||||
--ind;
|
||||
|
Loading…
x
Reference in New Issue
Block a user