Skip to content

Commit

Permalink
remove unused mgr field
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Karimi <[email protected]>
  • Loading branch information
therealak12 committed Aug 15, 2023
1 parent 24c18ba commit 44d7293
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/contour/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ func (s *Server) doServe() error {

xdsServer := &xdsServer{
log: s.log,
mgr: s.mgr,
registry: s.registry,
config: *contourConfiguration.XDSServer,
snapshotHandler: snapshotHandler,
Expand Down Expand Up @@ -833,7 +832,6 @@ func (s *Server) setupDebugService(debugConfig contour_api_v1alpha1.DebugConfig,

type xdsServer struct {
log logrus.FieldLogger
mgr manager.Manager
registry *prometheus.Registry
config contour_api_v1alpha1.XDSServerConfig
snapshotHandler *xdscache.SnapshotHandler
Expand Down

0 comments on commit 44d7293

Please sign in to comment.