Remove unused variable

This commit is contained in:
Stan Moore
2022-10-31 16:07:13 -07:00
parent 3252424dea
commit ed46cfab89

View File

@ -36,7 +36,6 @@ MLIAPModelLinearKokkos<DeviceType>::MLIAPModelLinearKokkos(LAMMPS *lmp, char *ar
template<class DeviceType>
void MLIAPModelLinearKokkos<DeviceType>::compute_gradients(class MLIAPData *data)
{
auto execution_space = ExecutionSpaceFromDevice<DeviceType>::space;
MLIAPDataKokkos<DeviceType> *k_data = (MLIAPDataKokkos<DeviceType>*)(data);
// read but never changes