Skip to content

Commit

Permalink
no need to declare function we aren't using
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed May 23, 2024
1 parent 68323d7 commit 76594c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions SimCore/include/SimCore/Simulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ class Simulator : public SimulatorBase {
*/
virtual void produce(framework::Event& event) final override;

/**
* Callback for the EventProcessor to take any necessary action
* when a file is closed.
*
* @param eventFile The intput/output file.
*/
void onFileClose(framework::EventFile& eventFile) final override;

/// Callback called once processing is complete.
void onProcessEnd() final override;

Expand Down

0 comments on commit 76594c8

Please sign in to comment.