mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Remove unusued params and functions (#8399)
This commit is contained in:
@@ -607,9 +607,7 @@ func (h *healSequence) healItemsFromSourceCh() error {
|
||||
}
|
||||
|
||||
func (h *healSequence) healFromSourceCh() {
|
||||
if err := h.healItemsFromSourceCh(); err != nil {
|
||||
h.traverseAndHealDoneCh <- err
|
||||
}
|
||||
h.healItemsFromSourceCh()
|
||||
close(h.traverseAndHealDoneCh)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user