hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ea6bcd694487ce3dc2ef9c92fb1ba06cb42410a6
parent f2e7b49acfaeab4e1a28cb1096f6461b555900fa
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue, 15 Feb 2022 23:39:54 +0100

tpl: Remove TODO comment

Diffstat:
Mtpl/tplimpl/template.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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