mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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
|
return execErr
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO1
|
|
||||||
func (t *templateExec) UnusedTemplates() []tpl.FileInfo {
|
func (t *templateExec) UnusedTemplates() []tpl.FileInfo {
|
||||||
if t.templateUsageTracker == nil {
|
if t.templateUsageTracker == nil {
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue