From f27fe24a35d5990345501fede09235f4c55ecc02 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Tue, 8 Aug 2023 11:35:58 +0200 Subject: Clang tidy CI test: add 4 more readability-* checks to clang-tidy CI test (#4164) * clang-tidy CI test: add new readability checks * address issues found with clang-tidy --- Source/Particles/PhysicalParticleContainer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 56fdbc378..ded222ce8 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -667,8 +667,6 @@ PhysicalParticleContainer::AddPlasmaFromFile(ParticleReal q_tot, #endif // WARPX_USE_OPENPMD ignore_unused(q_tot, z_shift); - - return; } void -- cgit v1.2.3