Skip to content

Commit 401f68c

Browse files
committed
Remove unused variables
Remove unused variables reported by `staticcheck`.
1 parent 2dce719 commit 401f68c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/controller/controller.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ import (
1717
"github.com/shipwright-io/build/pkg/ctxlog"
1818
)
1919

20-
var (
21-
metricsHost = "0.0.0.0"
22-
metricsPort int32 = 8383
23-
operatorMetricsPort int32 = 8686
24-
)
25-
2620
// AddToManagerFuncs is a list of functions to add all Controllers to the Manager
2721
var AddToManagerFuncs []func(context.Context, *config.Config, manager.Manager) error
2822

0 commit comments

Comments
 (0)