tpl: Remove TODO comment

This commit is contained in:
Bjørn Erik Pedersen 2022-02-15 23:39:54 +01:00
parent f2e7b49acf
commit ea6bcd6944
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -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