Bug fix for nonlocal D2H coordinate transfer synchronization
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm.cpp
index 8cf4523d08bddf8726839b18715c08342c9d8c4c..089c7f277f1f861003f349d4a291aed9c7b01513 100644 (file)
@@ -245,11 +245,6 @@ void nonbonded_verlet_t::insertNonlocalGpuDependency(const gmx::InteractionLocal
     Nbnxm::nbnxnInsertNonlocalGpuDependency(gpu_nbv, interactionLocality);
 }
 
-void nonbonded_verlet_t::wait_nonlocal_x_copy_D2H_done()
-{
-    Nbnxm::nbnxn_wait_nonlocal_x_copy_D2H_done(gpu_nbv);
-}
-
 void nonbonded_verlet_t::stream_local_wait_for_nonlocal()
 {
     Nbnxm::nbnxn_stream_local_wait_for_nonlocal(gpu_nbv);