Remove unused Delims field in HTMLProduction struct

This commit is contained in:
Ganlv 2019-04-24 19:44:19 +08:00
parent 8f7bee33ba
commit 4b4054af49

View File

@ -30,7 +30,6 @@ type HTMLRender interface {
// HTMLProduction contains template reference and its delims.
type HTMLProduction struct {
Template *template.Template
Delims Delims
}
// HTMLDebug contains template delims and pattern and function with file list.