From: Bjørn Erik Pedersen Date: Tue, 15 Feb 2022 22:39:54 +0000 (+0100) Subject: tpl: Remove TODO comment X-Git-Tag: v0.93.0~57 X-Git-Url: http://git.maquefel.me//?a=commitdiff_plain;h=ea6bcd694487ce3dc2ef9c92fb1ba06cb42410a6;p=brevno-suite%2Fhugo tpl: Remove TODO comment --- diff --git a/tpl/tplimpl/template.go b/tpl/tplimpl/template.go index 9d2911ee..80e350f1 100644 --- a/tpl/tplimpl/template.go +++ b/tpl/tplimpl/template.go @@ -257,7 +257,6 @@ func (t *templateExec) Execute(templ tpl.Template, wr io.Writer, data interface{ return execErr } -// TODO1 func (t *templateExec) UnusedTemplates() []tpl.FileInfo { if t.templateUsageTracker == nil { return nil