From 9968358c49fb84d9e93d19ca3a004fbac6f1d103 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Tue, 21 Apr 2020 09:21:16 +0200 Subject: [PATCH] weldr: remove stale comment --- internal/weldr/api.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/weldr/api.go b/internal/weldr/api.go index 817330492..a0fa422ec 100644 --- a/internal/weldr/api.go +++ b/internal/weldr/api.go @@ -40,8 +40,6 @@ type API struct { } func New(rpmmd rpmmd.RPMMD, arch distro.Arch, distro distro.Distro, repos []rpmmd.RepoConfig, logger *log.Logger, store *store.Store) *API { - // This needs to be shared with the worker API so that they can communicate with each other - // builds := make(chan queue.Build, 200) api := &API{ store: store, rpmmd: rpmmd,