Skip to content

Commit 5832b70

Browse files
committed
Fix: remove unused function
1 parent 0217aa1 commit 5832b70

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

PWGCF/Femto/Core/v0Builder.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -516,16 +516,6 @@ class V0Builder
516516
}
517517
}
518518

519-
template <modes::System system, modes::Track trackType, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
520-
void fillMcV0(T1 const& col, T2& collisionProducts, T3 const& mcCols, T4 const& track, T5 const&, T6& v0Products, T7 const& mcParticles, T8& mcBuilder, T9& mcProducts)
521-
{
522-
if (!mFillAnyTable) {
523-
return;
524-
}
525-
this->template fillLambda();
526-
mcBuilder.template fillMcV0WithLabel();
527-
}
528-
529519
bool fillAnyTable() const { return mFillAnyTable; }
530520

531521
private:

0 commit comments

Comments
 (0)