Messages in this thread |  | | Date | Mon, 13 Aug 2018 11:50:32 -0700 (PDT) | Subject | Re: [PATCH] ide: remove redundant variables queue_run_ms and left | From | David Miller <> |
| |
From: Colin King <colin.king@canonical.com> Date: Mon, 2 Jul 2018 10:47:05 +0100
> From: Colin Ian King <colin.king@canonical.com> > > Variable queue_run_ms is not being used and is redundant and hence can > be removed. Removing this also means that variable left can also be > removed. > > Cleans up clang warning: > warning: variable ‘queue_run_ms’ set but not used [-Wunused-but-set-variable] > > Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
|  |