Remove obsolete todo

This commit is contained in:
Martin Angers 2024-04-08 17:04:40 -04:00
parent 671153da32
commit 6af79d139d

View file

@ -126,6 +126,4 @@ func ListFleetReservedMacOSProfileNames() []string {
// that are reserved by Fleet for Apple DDM declarations.
func ListFleetReservedMacOSDeclarationNames() []string {
return []string{FleetMacOSUpdatesProfileName}
// TODO(mna): use this to filter-out those reserved profiles from status
// summaries/filters. Reconcile with the previous func...
}