summaryrefslogtreecommitdiff
path: root/src/lib/timer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-28 21:50:17 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-28 21:50:17 +0100
commitf14a834eaa52f10b444995d177c504cc0a5ae0ee (patch)
tree9bfad0e44dc3c88c2cbcfe32953775550c4c297c /src/lib/timer.cc
parente7440b69bf0dc486314544b0e1fb5ac2d45a9a8d (diff)
Move some comments into a header.
Diffstat (limited to 'src/lib/timer.cc')
-rw-r--r--src/lib/timer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/timer.cc b/src/lib/timer.cc
index 8e4d44547..84329a5d5 100644
--- a/src/lib/timer.cc
+++ b/src/lib/timer.cc
@@ -48,9 +48,6 @@ PeriodTimer::~PeriodTimer ()
cout << N_("T: ") << _name << N_(": ") << (seconds (stop) - seconds (_start)) << N_("\n");
}
-/** @param n Name to use when giving output.
- * @param s Initial state.
- */
StateTimer::StateTimer (string n, string s)
: _name (n)
{
@@ -72,7 +69,6 @@ StateTimer::set (string s)
set_internal (s);
}
-/** @param s New state that the caller is in */
void
StateTimer::set_internal (optional<string> s)
{