Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/container_repository.rb')
-rw-r--r--app/models/container_repository.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/container_repository.rb b/app/models/container_repository.rb
index b128069ca0e..98acf49c939 100644
--- a/app/models/container_repository.rb
+++ b/app/models/container_repository.rb
@@ -58,11 +58,4 @@ class ContainerRepository < ActiveRecord::Base
client.delete_repository_tag(self.path, digest)
end
end
-
- # TODO, we will return a new ContainerRepository object here
- #
- def self.project_from_path(repository_path)
- ContainerRegistry::Path.new(repository_path)
- .repository_project
- end
end