Skip to content
Snippets Groups Projects
Commit 492e1f73 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 8cadf793
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment