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
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ func Connect() {
}
addrs := strings.Split(*workers, ",")
var pools []*conn.Pool
for _, addr := range addrs {
if len(addr) == 0 {
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment