Remove unneeded comparisons.
commit086a5f165096af104b01bb6d5639bd769bd17620
authorDmitry Chestnykh <dm.chestnykh@gmail.com>
Wed, 21 Feb 2024 18:05:00 +0000 (21 21:05 +0300)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 25 Feb 2024 10:29:44 +0000 (25 11:29 +0100)
treee2a9c96a566245835299d57f3eebea4604d4dbfb
parent242023ce7d219369503fc033e862bad6a6e4c52a
Remove unneeded comparisons.

Inside `if` branches the conditions
`as->ino == bs->ino` and `as->dev == bs->dev`
are always false.

Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
libpthread/nptl/sem_open.c