From 7d0a28ec436d41c9c9747bf12fdff6a5fc2013bb Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Wed, 1 Mar 2023 16:25:16 -0700 Subject: [PATCH] Remove unused var --- src/KOKKOS/fix_neigh_history_kokkos.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KOKKOS/fix_neigh_history_kokkos.cpp b/src/KOKKOS/fix_neigh_history_kokkos.cpp index 5a33a2a51c..91d576448b 100644 --- a/src/KOKKOS/fix_neigh_history_kokkos.cpp +++ b/src/KOKKOS/fix_neigh_history_kokkos.cpp @@ -175,7 +175,6 @@ void FixNeighHistoryKokkos::post_neighbor() // store atom counts used for new neighbor list which was just built nlocal = atom->nlocal; - int nall = nlocal + atom->nghost; // realloc firstflag and firstvalue if needed