Skip to content

Commit f59c7e2

Browse files
rbxmatthiasrichter
authored andcommitted
Remove Pause state handler
1 parent c72367e commit f59c7e2

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Utilities/aliceHLTwrapper/include/aliceHLTwrapper/EventSampler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ class EventSampler : public FairMQDevice {
7777
void InitTask() override;
7878
/// inherited from FairMQDevice
7979
void Run() override;
80-
/// inherited from FairMQDevice
81-
void Pause() override;
8280

8381
/// sampler loop started in a separate thread
8482
void samplerLoop();

Utilities/aliceHLTwrapper/src/EventSampler.cxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,6 @@ void EventSampler::Run()
204204
samplerThread.join();
205205
}
206206

207-
void EventSampler::Pause()
208-
{
209-
/// inherited from FairMQDevice
210-
211-
// nothing to do
212-
FairMQDevice::Pause();
213-
}
214-
215207
void EventSampler::samplerLoop()
216208
{
217209
/// sampler loop

0 commit comments

Comments
 (0)