repository: remove clearIndex and packSize from public interface

This commit is contained in:
Michael Eischer
2024-05-19 12:51:58 +02:00
parent 4df887406f
commit 8f1e70cd9b
4 changed files with 11 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ func RepairIndex(ctx context.Context, repo *Repository, opts RepairIndexOptions,
}
// drop outdated in-memory index
repo.ClearIndex()
repo.clearIndex()
return nil
}