SQLite Forum

Unnecessary lemon_sprintf in lemon.c?
Login
Is the `lemon_sprintf(line,…` on [line 4768](https://sqlite.org/src/file?ci=trunk&name=tool/lemon.c&ln=4768) in `ReportTable` completely spurious? I don't see `line` being used elsewhere in that function. Just curious.

(I'm porting `lemon.c` to Go, fwiw.)