TDB2: Removed obsolete method
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -106,7 +106,6 @@ public:
|
||||
static bool debug_mode;
|
||||
|
||||
TDB2 ();
|
||||
~TDB2 ();
|
||||
|
||||
void set_location (const std::string&);
|
||||
void add (Task&, bool add_to_backlog = true);
|
||||
|
||||
Reference in New Issue
Block a user