mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
tpl: Remove TODO comment
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user