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/storage/hashed.rb')
-rw-r--r--app/models/storage/hashed.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/storage/hashed.rb b/app/models/storage/hashed.rb
index 05e93f00912..5cef033e672 100644
--- a/app/models/storage/hashed.rb
+++ b/app/models/storage/hashed.rb
@@ -31,10 +31,6 @@ module Storage
"#{base_dir}/#{disk_hash}" if disk_hash
end
- def rename_repo(old_full_path: nil, new_full_path: nil)
- true
- end
-
private
# Generates the hash for the repository path and name on disk