Skip to content

Commit

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

int shmem_test_lock(volatile long *lock)
{
SHMEM_API_VERBOSE(10, "shmem_test_lock");
if (oshmem_shmem_mcs_locks) {
SHMEM_API_VERBOSE(10, "Test lock using MCS Lock implementation");
return _shmem_mcs_test_lock((long *)lock);
Expand Down

0 comments on commit 923785e

Please sign in to comment.