Skip to content

Commit

Permalink
Update shmem_clear_lock.c remove unwanted print.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvenkates27 authored Aug 19, 2023
1 parent 4b2a05a commit 26b3a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oshmem/shmem/c/shmem_clear_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

void shmem_clear_lock(volatile long *lock)
{
SHMEM_API_VERBOSE(10, "shmem_clear_lock");
if (oshmem_shmem_mcs_locks) {
SHMEM_API_VERBOSE(10, "Clear Lock with MCS Lock implementation");
_shmem_mcs_clear_lock((long *)lock);
Expand Down

0 comments on commit 26b3a73

Please sign in to comment.