aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
}