On Sun, 15 Oct 2017 23:16:45 +0200, Colin King wrote: > > From: Colin Ian King <colin.k...@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.k...@canonical.com>
Applied, thanks. Takashi