From f9236fbb331e3df480348f08734158fd281596aa Mon Sep 17 00:00:00 2001 From: Stan Gerald Moore Date: Tue, 14 Sep 2021 10:06:51 -0600 Subject: [PATCH] Remove unused variable --- src/KOKKOS/fix_acks2_reaxff_kokkos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KOKKOS/fix_acks2_reaxff_kokkos.h b/src/KOKKOS/fix_acks2_reaxff_kokkos.h index f28e524ebc..9b5d4d9ada 100644 --- a/src/KOKKOS/fix_acks2_reaxff_kokkos.h +++ b/src/KOKKOS/fix_acks2_reaxff_kokkos.h @@ -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;