From: Colin King <colin.k...@canonical.com> Date: Wed, 22 Jul 2020 16:12:21 +0100
> From: Colin Ian King <colin.k...@canonical.com> > > The variable current_head_index is being initialized with a value that > is never read and it is being updated later with a new value. Replace > the initialization of -1 with the latter assignment. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Applied, thank you.