Skip to content
Snippets Groups Projects
Commit 1de42d61 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Remove duplicate constructing

parent de77703f
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,6 @@ using namespace std; ...@@ -43,8 +43,6 @@ using namespace std;
THcAnalyzer::THcAnalyzer() THcAnalyzer::THcAnalyzer()
{ {
THaAnalyzer();
} }
//_____________________________________________________________________________ //_____________________________________________________________________________
...@@ -52,13 +50,6 @@ THcAnalyzer::~THcAnalyzer() ...@@ -52,13 +50,6 @@ THcAnalyzer::~THcAnalyzer()
{ {
// Destructor. // Destructor.
Close();
delete fPostProcess; //deletes PostProcess objects
delete fBench;
delete [] fStages;
delete [] fCounters;
if( fgAnalyzer == this )
fgAnalyzer = NULL;
} }
//_____________________________________________________________________________ //_____________________________________________________________________________
......
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