mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl: Remove TODO comment
This commit is contained in:
parent
f2e7b49acf
commit
ea6bcd6944
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue