Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-16 01:39:54 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-16 01:39:54 +0300
commitea6bcd694487ce3dc2ef9c92fb1ba06cb42410a6 (patch)
tree0729161519b25e2dee7de930d3659c78f5a79afc /tpl
parentf2e7b49acfaeab4e1a28cb1096f6461b555900fa (diff)
tpl: Remove TODO comment
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/template.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/tplimpl/template.go b/tpl/tplimpl/template.go
index 9d2911ee9..80e350f11 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