Merge branch '8876-work-unit' into 8650-container-work-unit
[arvados.git] / apps / workbench / app / models / work_unit.rb
index 53289530a2172572a698b8d429f165eef4694a9f..b83847ea928c0864ae6ca0d8ac8a6fc842f082c4 100644 (file)
@@ -156,10 +156,6 @@ class WorkUnit
     # is this work unit in failed state?
   end
 
-  def can_be_canceled?
-    # true if work unit is in queued or running states and supports can_cancel?
-  end
-
   def ran_for_str
     # display string for how long it has run
   end