20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / models / container.rb
diff --git a/apps/workbench/app/models/container.rb b/apps/workbench/app/models/container.rb
deleted file mode 100644 (file)
index 8de28ae..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-class Container < ArvadosBase
-  def self.creatable?
-    false
-  end
-
-  def work_unit(label=nil, child_objects=nil)
-    ContainerWorkUnit.new(self, label, self.uuid, child_objects=child_objects)
-  end
-end