about summary refs log tree commit diff stats
path: root/internal/importer
diff options
context:
space:
mode:
Diffstat (limited to 'internal/importer')
-rw-r--r--internal/importer/ingest.go4
1 files changed, 0 insertions, 4 deletions
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 {