Skip to content

Commit c34bff0

Browse files
authored
Fix unneeded parameter (#9591)
1 parent cd1e380 commit c34bff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Utils/MCUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int hasFakeMatchITSTPC(TTrack const& track)
4646
}
4747
//_______________________________________________________________________
4848
template <typename TTrack>
49-
int hasFakeMatchITSTPCTOF(TTrack const& track)
49+
int hasFakeMatchITSTPCTOF(TTrack const&)
5050
{
5151
// track and mctracklabel have to be joined.
5252
return false;

0 commit comments

Comments
 (0)