linuxthreads: Avoid unused variable warning
commit75a5fc9e5033f47e955406e300a070004c14b8ae
authorMarcus Haehnel <marcus.haehnel@kernkonzept.com>
Sat, 25 Nov 2023 23:56:59 +0000 (26 00:56 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Mon, 27 Nov 2023 07:49:24 +0000 (27 08:49 +0100)
tree6d9dfe0d4aa748548b63e8d96cf6abfb78b7da03
parent20d7d58f1aa3cd230252b6391ff5db7e84d0efa3
linuxthreads: Avoid unused variable warning

The spurious_wakeup_count variable is set but is never actually used for
the semaphore implementation. To avoid a clang warning for this case
remove the unused variable.
libpthread/linuxthreads/semaphore.c