Remove unused variable

This commit is contained in:
Stan Gerald Moore
2021-09-14 10:06:51 -06:00
parent 15c7792c33
commit f9236fbb33

View File

@ -174,7 +174,7 @@ class FixACKS2ReaxFFKokkos : public FixACKS2ReaxFF {
private:
int inum;
int allocated_flag, last_allocate;
int need_dup,comm_me_0_flag,prev_last_rows_rank;
int need_dup,prev_last_rows_rank;
double* buf;
typename AT::t_int_scalar d_mfill_offset;