mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TDB2 integration
- Enabled the TDB2::clear call, paving the way for TDB elimination.
This commit is contained in:
parent
cc24a3d2f0
commit
e7a255ca16
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ void Context::decomposeSortField (
|
|||
void Context::clear ()
|
||||
{
|
||||
tdb.clear (); // TODO Obsolete
|
||||
// tdb2.clear ();
|
||||
tdb2.clear ();
|
||||
a3.clear ();
|
||||
|
||||
clearMessages ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue