Skip to content

Commit

Permalink
Delete unused UpdateReleaseEnvironments
Browse files Browse the repository at this point in the history
Not used in this code base nor any I could find in GitHub and also fup
is no longer actively used.
  • Loading branch information
mmlb committed May 24, 2024
1 parent 1008bb4 commit db22bd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions model/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ import (
// CollectorUtility is the name of a utility defined in utils/
type CollectorUtility string

// UpdateReleaseEnvironments is the list of update environments
// this is related to the fup tooling
func UpdateReleaseEnvironments() []string {
return []string{"production", "canary", "vanguard"}
}

var (

// ModelDriveTypeSlug is a map of drive models number to slug
Expand Down

0 comments on commit db22bd9

Please sign in to comment.