shithub: hugo

Download patch

ref: e2b067f0504ba41ef45786e2f83d7002bd13a7eb
parent: 0e2260421e40c97d9d210724fb44cfdc15ea7855
author: Bjørn Erik Pedersen <[email protected]>
date: Mon May 1 11:57:52 EDT 2017

tpl/partials: Remouve unused method

--- a/tpl/partials/partials.go
+++ b/tpl/partials/partials.go
@@ -46,10 +46,6 @@
 	cachedPartials partialCache
 }
 
-func (ns *Namespace) Foo(i interface{}) {
-
-}
-
 // Include executes the named partial and returns either a string,
 // when the partial is a text/template, or template.HTML when html/template.
 func (ns *Namespace) Include(name string, contextList ...interface{}) (interface{}, error) {