Skip to content

objectpool: Drop UnlinkRepostioryFromObjectPool RPC

Patrick Steinhardt requested to merge pks-objectpool-drop-unlink-repository into master

The UnlikRepostioryFromObjectPool RPC is not used by anything anymore, and the implementation from it is dangerous given that it doesn't actually unlink a repository from its object pool: it only tries to remove a remote named after the pool's project path, which we wouldn't ever create in the first place. The RPC has thus been deprecated in release v14.3.

Remove the RPC and its backing code.

Changelog: removed

Merge request reports