sd-journal: drop duplicated tests in generic_array_bisect()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Jan 2024 19:30:18 +0000 (04:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Feb 2024 15:26:17 +0000 (00:26 +0900)
commit821d55a8d7b97ec346407290afb44517d197a0c7
tree365a0bcd4d9c01876c39f14f219ae3f717042ff3
parentc078f4af6ba03c6550847b6551190d91b6d1560d
sd-journal: drop duplicated tests in generic_array_bisect()

When left == right (== 0), generic_array_bisec_step() does not update
left and right. So the following test is exactly the same.
src/libsystemd/sd-journal/journal-file.c