Skip to content

Commit cd547a2

Browse files
author
Mattia Faggin
committed
Remove unused function.
1 parent 8cc1e0e commit cd547a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Common/Tools/TrackTuner.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,6 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
447447
return outputString;
448448
}
449449

450-
std::string getFullNameInputPath()
451-
{
452-
return pathInputFile + std::string("/") + nameInputFile;
453-
}
454-
455450
void getDcaGraphs()
456451
{
457452
std::string fullNameInputFile = pathInputFile + std::string("/") + nameInputFile;

0 commit comments

Comments
 (0)