From 73444f1d6307b01f5f2ba0b4c61cca9dd325404b Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Wed, 12 Jul 2023 09:13:42 -0700 Subject: [PATCH] fiix --- pkg/backend/openshiftcluster.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/backend/openshiftcluster.go b/pkg/backend/openshiftcluster.go index 2e743ce0ed2..0a5a7fee31a 100644 --- a/pkg/backend/openshiftcluster.go +++ b/pkg/backend/openshiftcluster.go @@ -362,6 +362,3 @@ func (ocb *openShiftClusterBackend) emitMetrics(doc *api.OpenShiftClusterDocumen "newProvisioningState": string(provisioningState), }) } - -func (ocb *openShiftClusterBackend) updatePUCMPendingState(doc *api.OpenShiftClusterDocument) *api.OpenShiftClusterDocument { -}