diff options
author | Dmitry Chestnykh <dm.chestnykh@gmail.com> | 2024-02-21 21:05:00 +0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 11:29:44 +0100 |
commit | 086a5f165096af104b01bb6d5639bd769bd17620 (patch) | |
tree | e2a9c96a566245835299d57f3eebea4604d4dbfb /libc/sysdeps/linux/common/unlink.c | |
parent | 242023ce7d219369503fc033e862bad6a6e4c52a (diff) |
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>
Diffstat (limited to 'libc/sysdeps/linux/common/unlink.c')
0 files changed, 0 insertions, 0 deletions