Browse Source

rules/manager: remove a no-longer-relevant comment (#4503)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/4508/head
Julien Pivotto 6 years ago committed by Brian Brazil
parent
commit
0b4d22b245
  1. 2
      rules/manager.go

2
rules/manager.go

@ -694,8 +694,6 @@ func (m *Manager) Update(interval time.Duration, files []string) error {
}
// loadGroups reads groups from a list of files.
// As there's currently no group syntax a single group named "default" containing
// all rules will be returned.
func (m *Manager) loadGroups(interval time.Duration, filenames ...string) (map[string]*Group, []error) {
groups := make(map[string]*Group)

Loading…
Cancel
Save