Remove unused header, whitespace

This commit is contained in:
Stan Gerald Moore
2021-12-15 15:12:55 -07:00
parent 0d238d554c
commit b8053e466b
2 changed files with 0 additions and 3 deletions

View File

@ -531,7 +531,6 @@ void CommKokkos::forward_comm_pair_device(Pair *pair)
}
}
void CommKokkos::grow_buf_pair(int n) {
max_buf_pair = n * BUFFACTOR;
k_buf_send_pair.resize(max_buf_pair);

View File

@ -17,7 +17,6 @@
#include "comm_brick.h"
#include "kokkos_type.h"
#include "kokkos_base.h"
namespace LAMMPS_NS {
@ -86,7 +85,6 @@ class CommKokkos : public CommBrick {
void grow_buf_pair(int);
void grow_buf_fix(int);
void grow_send(int, int);
void grow_recv(int);
void grow_send_kokkos(int, int, ExecutionSpace space = Host);