summaryrefslogtreecommitdiffstats
path: root/commands/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go
index f90b09e0c..9d707b841 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -20,7 +20,6 @@ import (
// newExec wires up all of Hugo's CLI.
func newExec() (*simplecobra.Exec, error) {
rootCmd := &rootCommand{
- buildFlags: &buildFlags{},
commands: []simplecobra.Commander{
newVersionCmd(),
newEnvCommand(),