Messages in this thread |  | | Date | Mon, 13 Aug 2018 11:50:38 -0700 (PDT) | Subject | Re: [PATCH] ide-tape: remove redundant variable buffer_size | From | David Miller <> |
| |
From: Colin King <colin.king@canonical.com> Date: Mon, 2 Jul 2018 11:00:26 +0100
> From: Colin Ian King <colin.king@canonical.com> > > Variable buffer_size is being assigned but is never used hence it is > redundant and can be removed. > > Cleans up clang warning: > warning: variable 'buffer_size' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
|  |