From 588e0c626960b06eba10d76c97f584365c7e2fda Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Wed, 25 Sep 2024 12:28:27 -0700 Subject: [PATCH] remove unused type alias --- Tests/Particles/NamedSoAComponents/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/Particles/NamedSoAComponents/main.cpp b/Tests/Particles/NamedSoAComponents/main.cpp index bf9fbad074..558fea47ff 100644 --- a/Tests/Particles/NamedSoAComponents/main.cpp +++ b/Tests/Particles/NamedSoAComponents/main.cpp @@ -84,12 +84,9 @@ void addParticles () int const NArrayReal = pc.NArrayReal; int const NArrayInt = pc.NArrayInt; - using ParticleType = typename PC::ParticleType; - using ParticleTileDataType = typename PC::ParticleTileType::ParticleTileDataType; const int add_num_particles = 5; - auto& ptile1 = pc.DefineAndReturnParticleTile(0, 0, 0); ptile1.resize(add_num_particles);