aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-29 21:55:47 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-29 21:55:47 +0200
commit11116bc25af667597fc715850f59ede104399ffd (patch)
treec6a6f78b3bfdda35f3b5810c2081ed2404ecf5e8 /cmd
parent1ccf2cf531cf801b8c7933dbfcbe756fac0e10ea (diff)
Remove FIXME
Diffstat (limited to 'cmd')
-rw-r--r--cmd/exttmpl/main.go1
1 files changed, 0 insertions, 1 deletions
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
}