On Mon, 16 Jul 2018 10:52:56 +0200, Colin King wrote: > > From: Colin Ian King <colin.k...@canonical.com> > > Pointer runtime is being assigned but is never used hence it is > redundant and can be removed. > > Cleans up clang warning: > warning: variable 'runtime' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Colin Ian King <colin.k...@canonical.com>
Applied, thanks. Takashi