mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Remove unused, undefined method TDB2::dump (#3754)
This commit is contained in:
parent
ffcd1c0d79
commit
1c9dddcae7
2 changed files with 0 additions and 7 deletions
|
@ -450,11 +450,6 @@ int TDB2::num_local_changes() { return (int)replica()->num_local_operations(); }
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int TDB2::num_reverts_possible() { return (int)replica()->num_undo_points(); }
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void TDB2::dump() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// For any task that has depenencies, follow the chain of dependencies until the
|
||||
// end. Along the way, update the Task::is_blocked and Task::is_blocking data
|
||||
|
|
|
@ -72,8 +72,6 @@ class TDB2 {
|
|||
int num_local_changes();
|
||||
int num_reverts_possible();
|
||||
|
||||
void dump();
|
||||
|
||||
rust::Box<tc::Replica> &replica();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue