8876: when computing cpu and running times, use the work unit's start and finished...
[arvados.git] / apps / workbench / app / models / work_unit.rb
index b83847ea928c0864ae6ca0d8ac8a6fc842f082c4..f6c1f61d111f3ae249f43f475691503bbedb79c3 100644 (file)
@@ -155,12 +155,4 @@ class WorkUnit
   def is_failed?
     # is this work unit in failed state?
   end
-
-  def ran_for_str
-    # display string for how long it has run
-  end
-
-  def started_and_active_for_str
-    # display string for how long it has been active
-  end
 end