sd-journal: drop unnecessary initialization

This commit is contained in:
Yu Watanabe 2023-05-07 00:15:49 +09:00
parent de6b162d35
commit 03fdf95714

View file

@ -2801,8 +2801,8 @@ static int generic_array_bisect(
uint64_t a, p, t = 0, i = 0, last_p = 0, last_index = UINT64_MAX;
bool subtract_one = false;
Object *array = NULL;
ChainCacheItem *ci;
Object *array;
int r;
assert(f);