Skip to content

Commit

Permalink
removes GOMAXPROCS call
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnMilo committed Jun 6, 2016
1 parent 17233b8 commit 34af788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Expand Up @@ -50,7 +50,6 @@ func init() {
log.Fatal("no arguments passed")
}
filenames = make(chan rec)
runtime.GOMAXPROCS(runtime.NumCPU())

// Read rc file if available.
cwd, err := os.Getwd()
Expand Down

0 comments on commit 34af788

Please sign in to comment.