Skip to content

Commit

Permalink
Remove unnecessary callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 24, 2024
1 parent 620e1d6 commit 90b4029
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions k4Reco/DDPlanarDigi/components/DDPlanarDigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ struct DDPlanarDigi final
SmartIF<IGeoSvc> m_geoSvc;
SmartIF<IUniqueIDGenSvc> m_uidSvc;

public:
void registerCallBack(Gaudi::StateMachine::Transition, std::function<void()>) {}
};

DECLARE_COMPONENT(DDPlanarDigi)
Expand Down

0 comments on commit 90b4029

Please sign in to comment.