From 11116bc25af667597fc715850f59ede104399ffd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 29 Jul 2025 21:55:47 +0200 Subject: Remove FIXME --- cmd/exttmpl/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/exttmpl') diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go index 4d11488..9017ab8 100644 --- a/cmd/exttmpl/main.go +++ b/cmd/exttmpl/main.go @@ -204,7 +204,6 @@ func processNode(node parse.Node) { ti.comment = lastComment lastComment = "" } - /* FIXME: Add filename and line number */ ti.locs = append(ti.locs, loc{currentPath, linenr}) translations[tl] = ti } -- cgit v1.2.3