aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Pusher/GetAndSetPosition.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Pusher/GetAndSetPosition.H')
-rw-r--r--Source/Particles/Pusher/GetAndSetPosition.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/Pusher/GetAndSetPosition.H b/Source/Particles/Pusher/GetAndSetPosition.H
index b66c3675f..c9d0765e3 100644
--- a/Source/Particles/Pusher/GetAndSetPosition.H
+++ b/Source/Particles/Pusher/GetAndSetPosition.H
@@ -105,7 +105,6 @@ struct GetParticlePosition
{
const PType& p = m_structs[i];
#ifdef WARPX_DIM_RZ
- RType r = p.pos(0);
x = p.pos(0);
y = m_theta[i];
z = p.pos(1);