shithub: hugo

Download patch

ref: c21dc16dbe9d9cf44b341f1f995ed7776d6a1b62
parent: 91ffc76b24081da0b4b45023261fcedf7e088b15
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Mar 14 11:24:42 EDT 2016

commands: Remove unused code

--- a/commands/new.go
+++ b/commands/new.go
@@ -31,12 +31,9 @@
 )
 
 var (
-	configFormat       string
-	contentEditor      string
-	contentFormat      string
-	contentFrontMatter string
-	contentType        string
-	siteType           string
+	configFormat  string
+	contentEditor string
+	contentType   string
 )
 
 func init() {
--- a/commands/version.go
+++ b/commands/version.go
@@ -26,8 +26,6 @@
 	"github.com/spf13/hugo/hugolib"
 )
 
-var timeLayout string // the layout for time.Time
-
 var versionCmd = &cobra.Command{
 	Use:   "version",
 	Short: "Print the version number of Hugo",