Skip to content

Commit

Permalink
remove unused onChange function from config (#1290)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Nov 30, 2022
1 parent fa15566 commit 6f9d7df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f9d7df

Please sign in to comment.