You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/06/13 19:19:43 UTC

git commit: Removed TODO that was done.

Repository: mesos
Updated Branches:
  refs/heads/master c2454181e -> 284d5bcda


Removed TODO that was done.

Review: https://reviews.apache.org/r/22577


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/284d5bcd
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/284d5bcd
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/284d5bcd

Branch: refs/heads/master
Commit: 284d5bcda4c14ec5d11edd5134084d54c5cd234a
Parents: c245418
Author: Dominic Hamon <dh...@twopensource.com>
Authored: Fri Jun 13 10:19:33 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri Jun 13 10:19:33 2014 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/metrics/timer.hpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/284d5bcd/3rdparty/libprocess/include/process/metrics/timer.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/metrics/timer.hpp b/3rdparty/libprocess/include/process/metrics/timer.hpp
index 01cb290..0b253aa 100644
--- a/3rdparty/libprocess/include/process/metrics/timer.hpp
+++ b/3rdparty/libprocess/include/process/metrics/timer.hpp
@@ -19,9 +19,6 @@ namespace metrics {
 
 // A Metric that represents a timed event. It is templated on a Duration
 // subclass that specifies the unit to use for the Timer.
-// TODO(dhamon): Allow the user to choose the unit of duration.
-// We could do this by adding methods on Duration subclasses to return
-// the double value and unit string directly.
 template<class T>
 class Timer : public Metric
 {