Skip to content

Commit

Permalink
Remove check on unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Nov 3, 2023
1 parent f02eada commit 83f7303
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/component/runtime/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,6 @@ func (s *ComponentState) syncCheckin(checkin *proto.CheckinObserved) bool {

if s.FeaturesIdx != checkin.FeaturesIdx {
s.FeaturesIdx = checkin.FeaturesIdx
if checkin.Features != nil {
s.Features = &proto.Features{
Fqdn: &proto.FQDNFeature{
Enabled: checkin.Features.Fqdn.Enabled,
},
}
}
changed = true
}

Expand Down

0 comments on commit 83f7303

Please sign in to comment.