registry/core/service: remove incorrect comments

These interface methods are not only used for testing. Remove the
incorrect comments.
This commit is contained in:
Tobias Klauser 2023-05-22 12:35:43 +02:00
parent b31774d39b
commit 0f5535ea25
No known key found for this signature in database
GPG Key ID: 6F5040074CCC0D04

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.