From 0b4d22b245bb3c3ad7076876970d5b4b7c3efc69 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 15 Aug 2018 10:33:39 +0200 Subject: [PATCH] rules/manager: remove a no-longer-relevant comment (#4503) Signed-off-by: Julien Pivotto --- rules/manager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rules/manager.go b/rules/manager.go index 4c80bcd7c..c40ff2bfc 100644 --- a/rules/manager.go +++ b/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)