mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed 'synch_key' tests and file I/O. Soon, soon...
This commit is contained in:
parent
ec96d929a0
commit
c092b027a6
4 changed files with 17 additions and 16 deletions
|
@ -66,8 +66,9 @@ int CmdStatistics::execute (std::string& output)
|
|||
/*
|
||||
// TODO Re-enable this once 2.1 has taskd support.
|
||||
+ context.tdb2.backlog._file.size ()
|
||||
+ context.tdb2.synch_key._file.size ()
|
||||
*/
|
||||
+ context.tdb2.synch_key._file.size ();
|
||||
;
|
||||
|
||||
// Count the undo transactions.
|
||||
std::vector <std::string> undoTxns = context.tdb2.undo.get_lines ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue