mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
remove obsolete TODO
This commit is contained in:
parent
b248b21349
commit
4bde6c61a1
@ -58,5 +58,5 @@ func LanguageInfo(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit s
|
|||||||
}
|
}
|
||||||
|
|
||||||
func executeLanguageInfoTemplate(out io.Writer, languages map[string]*languageInfo, tmplPath, tmplName, commit string) error {
|
func executeLanguageInfoTemplate(out io.Writer, languages map[string]*languageInfo, tmplPath, tmplName, commit string) error {
|
||||||
return executeTemplate(out, tmplName, tmplPath, commit, nil, languages) // TODO: use function map to put language by id?
|
return executeTemplate(out, tmplName, tmplPath, commit, nil, languages)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user