Skip to content
Snippets Groups Projects
Commit 0af2c11c authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Re-enable commented out code

parent 27774207
No related branches found
No related tags found
No related merge requests found
......@@ -38,14 +38,12 @@ namespace dd4hep {
/// Destructor
Segmentation::~Segmentation() {
#if 0
if (_ownsDecoder and _decoder != 0) {
delete _decoder;
}
for (auto& p : _parameters) {
if ( p.second ) delete p.second;
}
#endif
_parameters.clear();
}
......
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