From 0ef52f2f82c62694c5420f7f6c82fb8c45900d1d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 May 2024 17:09:29 +0200 Subject: refactor: remove unused interface --- internal/importer/ingest.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/importer') diff --git a/internal/importer/ingest.go b/internal/importer/ingest.go index 349b0ac..778a4ae 100644 --- a/internal/importer/ingest.go +++ b/internal/importer/ingest.go @@ -62,10 +62,6 @@ type OptionIngester struct { source *config.Source } -type Ingester[T options.NixOption] interface { - Process() (<-chan *T, <-chan error) -} - func NewOptionProcessor(inpath string, source *config.Source) (*OptionIngester, error) { infile, err := os.Open(inpath) if err != nil { -- cgit 1.4.1