10 Feb
2020
10 Feb
'20
8:31 a.m.
On Sat, 08 Feb 2020 23:42:06 +0100, Colin King wrote:
From: Colin Ian King colin.king@canonical.com
Variable c is being assigned with the value -1 that is never read, it is assigned a new value in a following while-loop. The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King colin.king@canonical.com
Thanks, applied.
Takashi