16 Oct
2017
16 Oct
'17
2:48 p.m.
On Mon, 16 Oct 2017 14:19:21 +0200, Colin King wrote:
From: Colin Ian King colin.king@canonical.com
Variable dpcm is never used and hence can be removed. Variable runtime is being assigned but is never read, so the assignment is redundant and can be removed. Cleans up two clang warnings:
Value stored to 'dpcm' is never read Value stored to 'runtime' is never read
Signed-off-by: Colin Ian King colin.king@canonical.com
Applied (with the subject fix) now, thanks.
Takashi