Skip to content
Snippets Groups Projects
Commit 9c8b2205 authored by Manish R Jain's avatar Manish R Jain
Browse files

Remove the local pool slice.

parent ab5c9bdd
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ func Connect() { ...@@ -38,7 +38,6 @@ func Connect() {
} }
addrs := strings.Split(*workers, ",") addrs := strings.Split(*workers, ",")
var pools []*conn.Pool
for _, addr := range addrs { for _, addr := range addrs {
if len(addr) == 0 { if len(addr) == 0 {
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment