TruthSvc: fix warning about unused variable (ATLASSIM-7180)
Fix unused variable warning which appeared as a result of the clean-up in !70887 (merged).
Merge request reports
Activity
added Simulation main review-pending-level-1 labels
CI Result SUCCESS (hash e235918d)Athena AthSimulation externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 8669] (remote access info)added review-pending-level-2 label and removed review-pending-level-1 label
- Resolved by Mingxu He
The unit test calls TruthSvc methods using a MockTruthIncident where I can control what the member functions return each time they are called.
In TruthSvc.cxx I've removed one call toTruthIncident::parentParticle()
. Therefore the unit test has to be updated to expect fewer calls to this function and as such fewer return values have to be specified.
added review-approved label and removed review-pending-level-2 label
mentioned in commit 036437d0