diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:55:47 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:55:47 +0200 |
commit | 11116bc25af667597fc715850f59ede104399ffd (patch) | |
tree | c6a6f78b3bfdda35f3b5810c2081ed2404ecf5e8 /cmd | |
parent | 1ccf2cf531cf801b8c7933dbfcbe756fac0e10ea (diff) |
Remove FIXME
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/exttmpl/main.go | 1 |
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 } |