Skip to content
Snippets Groups Projects
Commit 771fd6c5 authored by Patrick Steinhardt's avatar Patrick Steinhardt
Browse files

localrepo: Remove function to calculate repository size

The `localrepo` structure exposes a function to calculate the on-disk
size of a repository. We have since decided to take an alternative
approach via the `RepositoryInfo` RPC that utilizes the `git/stats`
package in order to obtain both the total repository size as well as
sizes of some of the underlying data structures.

Let's remove the unused function. We ain't gonna need it.

Changelog: removed
parent d2ebb7f9
No related merge requests found
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