Skip to content

Commit 7b68d71

Browse files
committed
Timer: removed TODOs
1 parent 4f2cbf7 commit 7b68d71

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/timer.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
#include <iostream>
2323
#include <utility>
2424
#include <vector>
25-
/*
26-
TODO:
27-
- rename "file" to "single"
28-
- add unit tests
29-
- for --showtime (needs input file)
30-
- for Timer* classes
31-
*/
3225

3326
namespace {
3427
using dataElementType = std::pair<std::string, struct TimerResultsData>;

0 commit comments

Comments
 (0)