update comment for TDB2::get_changes

This commit is contained in:
Dustin J. Mitchell 2023-04-30 22:00:39 +00:00 committed by Dustin J. Mitchell
parent 9df4c8156e
commit 18d60719e4

View file

@ -181,7 +181,8 @@ const tc::WorkingSet &TDB2::working_set ()
////////////////////////////////////////////////////////////////////////////////
void TDB2::get_changes (std::vector <Task>& changes)
{
// Modifications are not supported, therefore there are no changes
// TODO: changes in an invocation of `task` are not currently tracked, so this
// list is always empty.
changes.clear();
}