diff --git a/server/mdm/mdm.go b/server/mdm/mdm.go index 8f5a2c5345..761cb01192 100644 --- a/server/mdm/mdm.go +++ b/server/mdm/mdm.go @@ -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... }