On Mon, 16 Oct 2017 14:19:21 +0200, Colin King wrote: > > From: Colin Ian King <[email protected]> > > 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 <[email protected]>
Applied (with the subject fix) now, thanks. Takashi

