From ea6bcd694487ce3dc2ef9c92fb1ba06cb42410a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 15 Feb 2022 23:39:54 +0100 Subject: [PATCH] tpl: Remove TODO comment --- tpl/tplimpl/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tpl/tplimpl/template.go b/tpl/tplimpl/template.go index 9d2911ee9..80e350f11 100644 --- a/tpl/tplimpl/template.go +++ b/tpl/tplimpl/template.go @@ -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