aboutsummaryrefslogtreecommitdiff
path: root/internal/frontend/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/frontend/search.go')
-rw-r--r--internal/frontend/search.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/frontend/search.go b/internal/frontend/search.go
index c4625f67..0dac8417 100644
--- a/internal/frontend/search.go
+++ b/internal/frontend/search.go
@@ -580,7 +580,6 @@ func addVulns(ctx context.Context, rs []*SearchResult, vc *vuln.Client) {
var wg sync.WaitGroup
// TODO(golang/go#48223): throttle concurrency?
for _, r := range rs {
- r := r
wg.Add(1)
go func() {
defer wg.Done()