diff --git a/src/core.go b/src/core.go index 3df15ed..76d30d1 100644 --- a/src/core.go +++ b/src/core.go @@ -28,16 +28,11 @@ package fzf import ( "fmt" "os" - "runtime" "time" "github.com/junegunn/fzf/src/util" ) -func initProcs() { - runtime.GOMAXPROCS(runtime.NumCPU()) -} - /* Reader -> EvtReadFin Reader -> EvtReadNew -> Matcher (restart) @@ -49,8 +44,6 @@ Matcher -> EvtHeader -> Terminal (update header) // Run starts fzf func Run(opts *Options) { - initProcs() - sort := opts.Sort > 0 sortCriteria = opts.Criteria