Skip to content
Snippets Groups Projects
Commit 80c83d6d authored by Nils Krumnack's avatar Nils Krumnack
Browse files

fix compilation error in AnaAlgorithm package

That was introduced by two recent merge requests crossing.
parent 661c83ac
No related branches found
No related tags found
4 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!43495fix compilation error in AnaAlgorithm package
......@@ -23,9 +23,6 @@
namespace EL
{
AnaAlgorithmConfig ::
AnaAlgorithmConfig ()
{
......@@ -45,7 +42,6 @@ namespace EL
AnaAlgorithmConfig (const AsgComponentConfig& val_config)
: AsgComponentConfig (val_config)
{
RCU_NEW_INVARIANT (this);
}
......
......@@ -23,9 +23,6 @@
namespace EL
{
AnaReentrantAlgorithmConfig ::
AnaReentrantAlgorithmConfig ()
{
......@@ -45,7 +42,6 @@ namespace EL
AnaReentrantAlgorithmConfig (const AsgComponentConfig& val_config)
: AsgComponentConfig (val_config)
{
RCU_NEW_INVARIANT (this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment