Commit 5cb92a24 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'mk/fix-single-file-geo-retrieve-api' into 'master'

Remove unused code

Closes #217027

See merge request gitlab-org/gitlab!31387
parents de47746a 18efc044
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
module Geo module Geo
class BlobUploadService class BlobUploadService
include ExclusiveLeaseGuard
attr_reader :replicable_name, :blob_id, :checksum, :replicator attr_reader :replicable_name, :blob_id, :checksum, :replicator
def initialize(replicable_name:, blob_id:, decoded_params:) def initialize(replicable_name:, blob_id:, decoded_params:)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment