Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Dec 10, 2024
1 parent d35fbd3 commit 5ff8fb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/gardener/shoot/extender/extensions/extender.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ func newExtensionsExtender(extensionsToApply []Extension, currentGardenerExtensi
shoot.Spec.Extensions = currentGardenerExtensions

for _, ext := range extensionsToApply {
if ext.Create == nil {
continue
}

gardenerExtension, err := ext.Create(runtime, *shoot)
if err != nil {
return err
Expand Down

0 comments on commit 5ff8fb1

Please sign in to comment.