
16 Oct
2017
16 Oct
'17
1:37 p.m.
On Sun, 15 Oct 2017 23:16:45 +0200, Colin King wrote:
From: Colin Ian King colin.king@canonical.com
Variable result is being assigned a value from a calculation however the variable is never read, so this redundant variable can be removed.
Cleans up clang warning: Value stored to 'result' is never read
Signed-off-by: Colin Ian King colin.king@canonical.com
Applied, thanks.
Takashi