Skip to content

Remove unused code

Michael Kozono requested to merge mk/fix-single-file-geo-retrieve-api into master

What does this MR do?

BlobUploadService doesn't call try_obtain_lease, nor should it, so this unused line should be removed.

Closes #217027 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

I think tests are not needed since one would normally not expect this service to use an exclusive lease.

Edited by Michael Kozono

Merge request reports