File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -450,11 +450,6 @@ int TDB2::num_local_changes() { return (int)replica()->num_local_operations(); }
450
450
// //////////////////////////////////////////////////////////////////////////////
451
451
int TDB2::num_reverts_possible () { return (int )replica ()->num_undo_points (); }
452
452
453
- // //////////////////////////////////////////////////////////////////////////////
454
- void TDB2::dump () {
455
- // TODO
456
- }
457
-
458
453
// //////////////////////////////////////////////////////////////////////////////
459
454
// For any task that has depenencies, follow the chain of dependencies until the
460
455
// end. Along the way, update the Task::is_blocked and Task::is_blocking data
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ class TDB2 {
72
72
int num_local_changes ();
73
73
int num_reverts_possible ();
74
74
75
- void dump ();
76
-
77
75
rust::Box<tc::Replica> &replica ();
78
76
79
77
private:
You can’t perform that action at this time.
0 commit comments