Skip to content

Commit

Permalink
Remove now provided builtin function
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed May 10, 2024
1 parent ba4a3ed commit 57f1201
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/awshelpers/clean-repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ func (config Config) compile() (compiledConfig, error) {
}, nil
}

func min(a, b int) int {
if a < b {
return a
}
return b
}

func relevantRepositories(ctx context.Context, config compiledConfig, client *ecr.Client) ([]ecrTypes.Repository, error) {
var registryId *string
if config.accountId != "" {
Expand Down

0 comments on commit 57f1201

Please sign in to comment.