From 9c8b2205472011cbe5c768e262384c06ffe8ae67 Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Fri, 26 Feb 2016 15:49:09 +1100 Subject: [PATCH] Remove the local pool slice. --- worker/worker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 959d4161..9b6e2b91 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -38,7 +38,6 @@ func Connect() { } addrs := strings.Split(*workers, ",") - var pools []*conn.Pool for _, addr := range addrs { if len(addr) == 0 { continue -- GitLab