Skip to content
Snippets Groups Projects
Commit 77a64383 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Remove destructor overrides identical destructor in a base class

Found by Cppcheck uselessOverride).
parent b59c298d
No related branches found
No related tags found
1 merge request!571Fix more Cppcheck findings
......@@ -118,9 +118,6 @@ namespace Dune {
//! get matrix via *
virtual const M& getmat () const = 0;
//! every abstract base class has a virtual destructor
virtual ~AssembledLinearOperator () {}
};
......
......@@ -298,9 +298,6 @@ namespace Dune
}
}
~RedistributeInterface()
{}
};
namespace
......
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