From 76594c89f45a9d2c2b9e0a12bd9018d7750ba5c8 Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Mon, 13 May 2024 08:37:26 -0500 Subject: [PATCH] no need to declare function we aren't using --- SimCore/include/SimCore/Simulator.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SimCore/include/SimCore/Simulator.h b/SimCore/include/SimCore/Simulator.h index 7a6b7d416..6ecb45530 100644 --- a/SimCore/include/SimCore/Simulator.h +++ b/SimCore/include/SimCore/Simulator.h @@ -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;