remove obsolete TODO

This commit is contained in:
Luke Francl 2021-10-11 14:06:29 -07:00
parent b248b21349
commit 4bde6c61a1

View File

@ -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)
} }