TDB2: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 22:33:06 -05:00
parent 15e96eb02f
commit 88ed4d0035
2 changed files with 0 additions and 8 deletions

View file

@ -595,13 +595,6 @@ TDB2::TDB2 ()
pending.auto_dep_scan ();
}
////////////////////////////////////////////////////////////////////////////////
// Deliberately no file writes on destruct. Commit should have been already
// called, if data is to be preserved.
TDB2::~TDB2 ()
{
}
////////////////////////////////////////////////////////////////////////////////
// Once a location is known, the files can be set up. Note that they are not
// read.