Skip to content

Commit 1c9dddc

Browse files
authored
Remove unused, undefined method TDB2::dump (GothenburgBitFactory#3754)
1 parent ffcd1c0 commit 1c9dddc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/TDB2.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,6 @@ int TDB2::num_local_changes() { return (int)replica()->num_local_operations(); }
450450
////////////////////////////////////////////////////////////////////////////////
451451
int TDB2::num_reverts_possible() { return (int)replica()->num_undo_points(); }
452452

453-
////////////////////////////////////////////////////////////////////////////////
454-
void TDB2::dump() {
455-
// TODO
456-
}
457-
458453
////////////////////////////////////////////////////////////////////////////////
459454
// For any task that has depenencies, follow the chain of dependencies until the
460455
// end. Along the way, update the Task::is_blocked and Task::is_blocking data

src/TDB2.h

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ class TDB2 {
7272
int num_local_changes();
7373
int num_reverts_possible();
7474

75-
void dump();
76-
7775
rust::Box<tc::Replica> &replica();
7876

7977
private:

0 commit comments

Comments
 (0)