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
commit 6356023cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.