Skip to content

Commit

Permalink
tpl: Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 15, 2022
1 parent f2e7b49 commit ea6bcd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tpl/tplimpl/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea6bcd6

Please sign in to comment.