Skip to content

Commit bb70236

Browse files
committed
remove unused defaultAutoDetectFrequency var
1 parent 888eeda commit bb70236

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/config/main.go

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ package config
66

77
import (
88
"context"
9-
"time"
10-
119
"github.com/go-logr/logr"
1210
logf "sigs.k8s.io/controller-runtime/pkg/log"
1311

@@ -21,7 +19,6 @@ import (
2119
)
2220

2321
const (
24-
defaultAutoDetectFrequency = 5 * time.Second
2522
defaultCollectorConfigMapEntry = "collector.yaml"
2623
defaultTargetAllocatorConfigMapEntry = "targetallocator.yaml"
2724
defaultOperatorOpAMPBridgeConfigMapEntry = "remoteconfiguration.yaml"

0 commit comments

Comments
 (0)