Skip to content
Snippets Groups Projects
Commit e86b7871 authored by Illya Shapoval's avatar Illya Shapoval
Browse files

remove unused data member in AvalancheSchedulerSvc

parent c77dc066
No related branches found
No related tags found
No related merge requests found
......@@ -462,10 +462,6 @@ inline unsigned int AvalancheSchedulerSvc::algname2index( const std::string& alg
StatusCode AvalancheSchedulerSvc::pushNewEvent( EventContext* eventContext )
{
if ( m_first ) {
m_first = false;
}
if ( !eventContext ) {
fatal() << "Event context is nullptr" << endmsg;
return StatusCode::FAILURE;
......
......@@ -267,7 +267,6 @@ private:
SmartIF<IThreadPoolSvc> m_threadPoolSvc;
size_t m_maxEventsInFlight{0};
size_t m_maxAlgosInFlight{1};
bool m_first = true;
};
#endif // GAUDIHIVE_AVALANCHESCHEDULERSVC_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment