Skip to content

Commit

Permalink
Removes unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Aug 25, 2014
1 parent 90b2fa6 commit 1419d4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ var opts struct {
IgnoreTls bool `short:"i" long:"ignore-tls" description:"Ignores invalid TLS certificates. It is not recomended for production. Use at your own risk" default:"false"`
}

var logger *log.Logger

func init() {
if os.Getenv("GOMAXPROCS") == "" {
runtime.GOMAXPROCS(runtime.NumCPU())
Expand Down

0 comments on commit 1419d4e

Please sign in to comment.