summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index 51c0a04bd..e08bf7c53 100644
--- a/main.go
+++ b/main.go
@@ -18,9 +18,6 @@ import (
"os"
"github.com/gohugoio/hugo/commands"
-
- // default GOMAXPROCS to be CPU limit aware, still respecting GOMAXPROCS env
- _ "go.uber.org/automaxprocs"
)
func main() {