1.1 --- a/lemon/time_measure.h Fri Sep 26 13:46:49 2008 +0200
1.2 +++ b/lemon/time_measure.h Sat Sep 27 13:45:50 2008 +0200
1.3 @@ -292,7 +292,6 @@
1.4 ///\note If you want to measure the running time of the execution of a certain
1.5 ///function, consider the usage of \ref TimeReport instead.
1.6 ///
1.7 - ///\todo This shouldn't be Unix (Linux) specific.
1.8 ///\sa TimeReport
1.9 class Timer
1.10 {
1.11 @@ -487,7 +486,6 @@
1.12 ///
1.13 ///\sa Timer
1.14 ///\sa NoTimeReport
1.15 - ///\todo There is no test case for this
1.16 class TimeReport : public Timer
1.17 {
1.18 std::string _title;