From 3ab40ae65d242d957a6fcaeba19c58dc40baaff0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 12 Oct 2024 12:14:40 +0000 Subject: refactor(sources): remove unused member --- sources.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sources.go b/sources.go index a9625a3..d092edd 100644 --- a/sources.go +++ b/sources.go @@ -8,10 +8,6 @@ import ( type Sources map[string]Source -func (s *Sources) EnsureLoaded() error { - return nil -} - func (s *Sources) Add(name string, d Source) error { if s.Exists(name) { return fmt.Errorf("source already exists") -- cgit v1.2.3