Remove some unused-but-set variables
authorAndrey Alekseenko <al42and@gmail.com>
Wed, 9 Jun 2021 19:40:38 +0000 (22:40 +0300)
committerAndrey Alekseenko <al42and@gmail.com>
Wed, 9 Jun 2021 19:44:44 +0000 (22:44 +0300)
commit08f82aa5dc7eca3c19f7c5d6c252c77523133c9b
tree00f157167efd5743a6d54641bb8234fede6fc595
parentac6ac0752153c9a6e0e170b86815925cb1d0b76a
Remove some unused-but-set variables

Detected by the -Wunused-but-set-variable option in the
open-source IntelLLVM (and, in theory, upstream Clang trunk).

There are also false-positive warnings there, so the
compilation log is noisy.
I'm not doing any silencing here, since it will, hopefully, change by
the time of Clang 13 release.
But the variables removed here appear to be genuinely unused.
src/gromacs/domdec/nsgrid.cpp
src/gromacs/ewald/pme_only.cpp
src/gromacs/gmxpreprocess/topio.cpp
src/gromacs/nbnxm/kernels_simd_2xmm/kernel_outer.h
src/gromacs/nbnxm/kernels_simd_4xm/kernel_outer.h