IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2966d435 authored by Remy Prechelt's avatar Remy Prechelt Committed by ralfulrich
Browse files

Remove no-op Init() from test-only structs.

parent 33c75b59
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ class TestStackData {
public:
// these functions are needed for the Stack interface
void Init() {}
void Clear() { fData.clear(); }
unsigned int GetSize() const { return fData.size(); }
unsigned int GetCapacity() const { return fData.size(); }
......@@ -96,7 +95,6 @@ auto constexpr kgMSq = 1_kg / (1_m * 1_m);
template <int N>
struct DummyProcess : InteractionProcess<DummyProcess<N>> {
void Init() {}
template <typename TParticle>
corsika::units::si::GrammageType GetInteractionLength(TParticle const&) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment