update comment for TDB2::get_changes
This commit is contained in:
committed by
Dustin J. Mitchell
parent
9df4c8156e
commit
18d60719e4
@@ -181,7 +181,8 @@ const tc::WorkingSet &TDB2::working_set ()
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void TDB2::get_changes (std::vector <Task>& changes)
|
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();
|
changes.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user