8876: remove show_child_summary and replace it with is_running?
[arvados.git] / apps / workbench / app / models / work_unit.rb
index f6c1f61d111f3ae249f43f475691503bbedb79c3..8da6d92f4abd692c21c168f165df87b37ebd6c1a 100644 (file)
@@ -136,10 +136,6 @@ class WorkUnit
     # return queued time if the work unit is queued
   end
 
-  def show_child_summary
-    # child summary for a running work unit
-  end
-
   def is_running?
     # is the work unit in running state?
   end