Skip to content

Commit

Permalink
removed unnecessary destructor from thdatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
Afforix committed Apr 21, 2021
1 parent 18eca78 commit 0c2fe44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions thdatabase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ thdatabase::thdatabase()
this->db2d.assigndb(this);
}

thdatabase::~thdatabase()
{
this->clear();
}

void thdatabase::clear()
{

Expand Down
7 changes: 0 additions & 7 deletions thdatabase.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,6 @@ class thdatabase {
thdatabase();


/**
* Standard destructor.
*/

~thdatabase();


/**
* Clear the contents of the database.
*/
Expand Down

0 comments on commit 0c2fe44

Please sign in to comment.