Merge pull request #118171 from tklauser/ipam-remove-comments

registry/core/service: remove incorrect comments
This commit is contained in:
Kubernetes Prow Robot
2023-05-22 04:30:30 -07:00
committed by GitHub

View File

@@ -23,11 +23,7 @@ type Interface interface {
AllocateNext() (int, bool, error)
Release(int) error
ForEach(func(int))
// For testing
Has(int) bool
// For testing
Free() int
// Destroy shuts down all internal structures.