paboyle / Grid

Data parallel C++ mathematical object library
GNU General Public License v2.0
155 stars 111 forks source link

Unused statements generating warnings removed #432

Closed aportelli closed 1 year ago

aportelli commented 1 year ago

This PR removes unused statements that can generate a very large volume of warnings on certain compilers, including NVCC. Warnings were checked individually, and statements were checked to be truly unused including in other contexts.