repository: inline index.encode

This commit is contained in:
Michael Eischer 2022-05-26 13:41:24 +02:00
parent fe5a8e137a
commit e4f20dea61
1 changed files with 0 additions and 7 deletions

View File

@ -409,13 +409,6 @@ func (idx *Index) Encode(w io.Writer) error {
idx.m.Lock()
defer idx.m.Unlock()
return idx.encode(w)
}
// encode writes the JSON serialization of the index to the writer w.
func (idx *Index) encode(w io.Writer) error {
debug.Log("encoding index")
list, err := idx.generatePackList()
if err != nil {
return err