From db22bd9e346c5013df06e627735d115bf2cc1c2f Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Fri, 24 May 2024 15:02:40 -0400 Subject: [PATCH] Delete unused UpdateReleaseEnvironments Not used in this code base nor any I could find in GitHub and also fup is no longer actively used. --- model/consts.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/model/consts.go b/model/consts.go index 96eabd5e..429bfa35 100644 --- a/model/consts.go +++ b/model/consts.go @@ -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