[OpenMP] libomp: cleanup - remove duplicate check

The identical check remains 20 lines above in the code.

Differential Revision: https://reviews.llvm.org/D123046
This commit is contained in:
AndreyChurbanov 2022-05-05 11:00:12 -05:00 committed by Jonathan Peyton
parent eed0d85152
commit 4a64bed216
1 changed files with 0 additions and 4 deletions

View File

@ -625,10 +625,6 @@ final_spin=FALSE)
if (!Sleepable)
continue;
if (__kmp_dflt_blocktime == KMP_MAX_BLOCKTIME &&
__kmp_pause_status != kmp_soft_paused)
continue;
#if KMP_HAVE_MWAIT || KMP_HAVE_UMWAIT
if (__kmp_mwait_enabled || __kmp_umwait_enabled) {
KF_TRACE(50, ("__kmp_wait_sleep: T#%d using monitor/mwait\n", th_gtid));