summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/templateFuncster.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/templateFuncster.go')
-rw-r--r--tpl/tplimpl/templateFuncster.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/tpl/tplimpl/templateFuncster.go b/tpl/tplimpl/templateFuncster.go
index ad51fbad7..96404f51b 100644
--- a/tpl/tplimpl/templateFuncster.go
+++ b/tpl/tplimpl/templateFuncster.go
@@ -12,22 +12,3 @@
// limitations under the License.
package tplimpl
-
-import (
- "html/template"
-
- "github.com/gohugoio/hugo/deps"
-)
-
-// Some of the template funcs are'nt entirely stateless.
-type templateFuncster struct {
- funcMap template.FuncMap
-
- *deps.Deps
-}
-
-func newTemplateFuncster(deps *deps.Deps) *templateFuncster {
- return &templateFuncster{
- Deps: deps,
- }
-}