TDB2 integration
- Enabled the TDB2::clear call, paving the way for TDB elimination.
This commit is contained in:
@@ -558,7 +558,7 @@ void Context::decomposeSortField (
|
||||
void Context::clear ()
|
||||
{
|
||||
tdb.clear (); // TODO Obsolete
|
||||
// tdb2.clear ();
|
||||
tdb2.clear ();
|
||||
a3.clear ();
|
||||
|
||||
clearMessages ();
|
||||
|
||||
Reference in New Issue
Block a user