mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Performance
- Removed Context::timer_sync, as it makes no sense now that sync is not an automatic operation like gc.
This commit is contained in:
parent
9e9f90343b
commit
bc94816184
3 changed files with 14 additions and 5 deletions
|
@ -117,7 +117,6 @@ public:
|
|||
|
||||
Timer timer_init;
|
||||
Timer timer_load;
|
||||
Timer timer_sync;
|
||||
Timer timer_gc;
|
||||
Timer timer_filter;
|
||||
Timer timer_commit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue