From 3a79f3ba27360d26a73b103a1e013d1c5a558e83 Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Wed, 30 Nov 2022 13:35:38 +0100 Subject: [PATCH] remove unused onChange function from config Signed-off-by: Benedikt Bongartz --- internal/config/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/config/main.go b/internal/config/main.go index e2ef98570d..05c83776f2 100644 --- a/internal/config/main.go +++ b/internal/config/main.go @@ -35,7 +35,6 @@ const ( // Config holds the static configuration for this operator. type Config struct { autoDetect autodetect.AutoDetect - OnChange func() error logger logr.Logger targetAllocatorImage string autoInstrumentationPythonImage string