Skip to content
Snippets Groups Projects

EventLoop Leak Check, 21.2 branch (2019.01.07.)

Files
13
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef EVENT_LOOP_BATCH_WORKER_HH
@@ -69,7 +69,6 @@ namespace EL
static void execute (unsigned job_id, const char *confFile);
//
// interface inherited from Worker
//
@@ -88,9 +87,6 @@ namespace EL
private:
const BatchSegment *m_segment;
/// description: the index of this subjob
private:
// unsigned m_index_old;
};
}
Loading