mirror of
https://github.com/restic/restic.git
synced 2025-12-12 06:32:06 +00:00
repository: remove clearIndex and packSize from public interface
This commit is contained in:
@@ -107,7 +107,7 @@ func RepairIndex(ctx context.Context, repo *Repository, opts RepairIndexOptions,
|
||||
}
|
||||
|
||||
// drop outdated in-memory index
|
||||
repo.ClearIndex()
|
||||
repo.clearIndex()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user