Skip to content

Commit

Permalink
Remove ctx for consistency with all the other definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 27, 2024
1 parent 5441f6a commit 85b5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detector/DetComponents/src/MergeCells.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MergeCells : public Gaudi::Algorithm {
/** Execute.
* @return status code
*/
virtual StatusCode execute(const EventContext& ctx) const final;
virtual StatusCode execute(const EventContext&) const final;
/** Finalize.
* @return status code
Expand Down

0 comments on commit 85b5ce3

Please sign in to comment.