diff --git a/src/Context.cpp b/src/Context.cpp index b78866f3e..69096413a 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -696,8 +696,7 @@ void Context::decomposeSortField ( void Context::clear () { tdb2.clear (); - - // TODO parser.clear (); ? + parser.clear (); // Eliminate the command objects. std::map ::iterator com; @@ -712,7 +711,6 @@ void Context::clear () delete col->second; columns.clear (); - clearMessages (); }