Browse Source

cmd/strelaypoolsrv: Remove unused var (metalint)

Jakob Borg 9 years ago
parent
commit
7ff7b55732
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cmd/strelaypoolsrv/main.go

+ 0 - 1
cmd/strelaypoolsrv/main.go

@@ -60,7 +60,6 @@ type result struct {
 }
 
 var (
-	binDir         string
 	testCert       tls.Certificate
 	listen         string        = ":80"
 	dir            string        = ""