From a31030912a256a0e0da112fa24d738f73276882c Mon Sep 17 00:00:00 2001 From: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:22:30 -0800 Subject: [PATCH] Remove unused function `ScrapeParticles` (#5491) --- Source/WarpX.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/WarpX.H b/Source/WarpX.H index 574478f4774..aa8c42715d3 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -1597,8 +1597,6 @@ private: */ void HandleParticlesAtBoundaries (int step, amrex::Real cur_time, int num_moved); - void ScrapeParticles (); - /** Update the E and B fields in the explicit em PIC scheme. * * At the beginning, we have B^{n} and E^{n}.