Skip to content

Commit

Permalink
fix: remove unused field in Manager struct (#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>
  • Loading branch information
huikang authored Jun 28, 2021
1 parent 50d28ee commit 255ce28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ type Manager struct {

refResolver rollout.TemplateRefResolver

dynamicClientSet dynamic.Interface

namespace string
}

Expand Down Expand Up @@ -266,7 +264,6 @@ func NewManager(
experimentController: experimentController,
analysisController: analysisController,
notificationsController: notificationsController,
dynamicClientSet: dynamicclientset,
refResolver: refResolver,
namespace: namespace,
}
Expand Down

0 comments on commit 255ce28

Please sign in to comment.