Skip to content

Commit

Permalink
Remove unused code (#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx authored Aug 8, 2024
1 parent 06e19e2 commit 5daaf0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/telemetry/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2277,10 +2277,6 @@ func createCafeIngressExWithCustomAnnotations(annotations map[string]string) con
return cafeIngressEx
}

func getResourceKey(namespace, name string) string {
return fmt.Sprintf("%s_%s", namespace, name)
}

func newConfiguratorWithIngress(t *testing.T) *configs.Configurator {
t.Helper()

Expand Down

0 comments on commit 5daaf0d

Please sign in to comment.