Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
Remove unused variables reported by `staticcheck`.
  • Loading branch information
HeavyWombat committed Jan 21, 2021
1 parent 2dce719 commit 401f68c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ import (
"github.com/shipwright-io/build/pkg/ctxlog"
)

var (
metricsHost = "0.0.0.0"
metricsPort int32 = 8383
operatorMetricsPort int32 = 8686
)

// AddToManagerFuncs is a list of functions to add all Controllers to the Manager
var AddToManagerFuncs []func(context.Context, *config.Config, manager.Manager) error

Expand Down

0 comments on commit 401f68c

Please sign in to comment.