TDB2 integration

- Enabled the TDB2::clear call, paving the way for TDB elimination.
This commit is contained in:
Paul Beckingham 2011-09-03 11:14:24 -04:00
parent cc24a3d2f0
commit e7a255ca16

View file

@ -558,7 +558,7 @@ void Context::decomposeSortField (
void Context::clear ()
{
tdb.clear (); // TODO Obsolete
// tdb2.clear ();
tdb2.clear ();
a3.clear ();
clearMessages ();