Remove GOMAXPROCS() calls because they are unnecessary

This commit is contained in:
Lucas Käldström
2016-07-19 11:08:21 +03:00
parent 01925c810b
commit 88ea80b572
16 changed files with 3 additions and 33 deletions

View File

@@ -22,7 +22,6 @@ import (
"fmt"
"math/rand"
"os"
"runtime"
"time"
"k8s.io/kubernetes/cmd/kube-apiserver/app"
@@ -35,7 +34,6 @@ import (
)
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
rand.Seed(time.Now().UTC().UnixNano())
s := options.NewAPIServer()