remove TDB::commit

This commit is contained in:
Dustin J. Mitchell
2023-04-30 21:48:00 +00:00
committed by Dustin J. Mitchell
parent 0882a08d18
commit 9df4c8156e
3 changed files with 0 additions and 8 deletions

View File

@@ -49,7 +49,6 @@ public:
void open_replica (const std::string&, bool create_if_missing);
void add (Task&);
void modify (Task&);
void commit ();
void get_changes (std::vector <Task>&);
void revert ();
void gc ();