mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
journal-file.c: remove redundant assignment of variable
we also do 'last_index = (uint64_t) -1;' at the end of the while loop so there is no reason to also do it here.
This commit is contained in:
parent
c966ef4a76
commit
0d647f7f73
@ -1628,8 +1628,6 @@ static int generic_array_bisect(
|
||||
else
|
||||
left = y + 1;
|
||||
}
|
||||
|
||||
last_index = (uint64_t) -1;
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user