rbd: deprecate Close() method of MirrorImageGlobalStatusIter

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2021-08-09 19:59:39 +02:00 committed by mergify[bot]
parent 9edf093e7e
commit 6fe40e05fc

View File

@ -710,10 +710,8 @@ func (iter *MirrorImageGlobalStatusIter) Next() (*GlobalMirrorImageIDAndStatus,
} }
// Close terminates iteration regardless if iteration was completed and // Close terminates iteration regardless if iteration was completed and
// frees any associated resources. // frees any associated resources. (DEPRECATED)
func (iter *MirrorImageGlobalStatusIter) Close() error { func (*MirrorImageGlobalStatusIter) Close() error {
iter.buf = nil
iter.lastID = ""
return nil return nil
} }