diff --git a/pkg/registry/core/service/allocator/interfaces.go b/pkg/registry/core/service/allocator/interfaces.go index 41f966858b7..1328425ffcf 100644 --- a/pkg/registry/core/service/allocator/interfaces.go +++ b/pkg/registry/core/service/allocator/interfaces.go @@ -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.