diff --git a/pkg/reconciler/inmemorychannel/controller/resources/service.go b/pkg/reconciler/inmemorychannel/controller/resources/service.go index 80935ebd70f..fc27155b300 100644 --- a/pkg/reconciler/inmemorychannel/controller/resources/service.go +++ b/pkg/reconciler/inmemorychannel/controller/resources/service.go @@ -52,7 +52,6 @@ func ExternalService(namespace, service string) K8sServiceOption { } // NewK8sService creates a new Service for a Channel resource. It also sets the appropriate - // OwnerReferences on the resource so handleObject can discover the Channel resource that 'owns' it. // As well as being garbage collected when the Channel is deleted. func NewK8sService(imc *v1.InMemoryChannel, opts ...K8sServiceOption) (*corev1.Service, error) {