Skip to content

Commit b388c84

Browse files
committed
[OpenMP] Remove two entirely unused variables
Differential Revision: https://reviews.llvm.org/D96583
1 parent b3d8479 commit b388c84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmp/runtime/src/z_Windows_NT_util.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ void __kmp_unlock_suspend_mx(kmp_info_t *th) {
361361
template <class C>
362362
static inline void __kmp_suspend_template(int th_gtid, C *flag) {
363363
kmp_info_t *th = __kmp_threads[th_gtid];
364-
int status;
365364
typename C::flag_t old_spin;
366365

367366
KF_TRACE(30, ("__kmp_suspend_template: T#%d enter for flag's loc(%p)\n",
@@ -467,7 +466,6 @@ template void __kmp_suspend_64<true, false>(int, kmp_flag_64<true, false> *);
467466
template <class C>
468467
static inline void __kmp_resume_template(int target_gtid, C *flag) {
469468
kmp_info_t *th = __kmp_threads[target_gtid];
470-
int status;
471469

472470
#ifdef KMP_DEBUG
473471
int gtid = TCR_4(__kmp_init_gtid) ? __kmp_get_gtid() : -1;

0 commit comments

Comments
 (0)