Skip to content

gitaly_client: Remove unused `#list_new_blobs` function

Patrick Steinhardt requested to merge pks-gitaly-remove-list-new-blobs into master

What does this MR do and why?

The #list_new_blobs function is unused since we have migrated all callers to use #list_blobs instead in commit fb65481d (repository: Always use ListBlobs() to enumerate new blobs, 2021-09-02). Remove the wrapper around this RPC call such that it doesn't gain new callers and can be removed in Gitaly.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports