commit | f21bcefcf91cc4549966e67debd082a2cb14bf73 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 20 19:07:40 2018 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jul 31 10:19:50 2018 +0300 |
tree | ce8ff08d31fa1329a6285ec3d837e294f7849da0 | |
parent | 454127ad36fb11ee212f487b2640dd82373f3b0c [diff] |
ray_cs: remove redundant pointer 'p' Pointer 'p' is being assigned but is never used hence it is redundant and can be removed. Also re-work if statement to remove redundant assignment of p. Cleans up clang warning: warning: variable 'p' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>