okbob / pspg

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
BSD 2-Clause "Simplified" License
2.43k stars 85 forks source link

remove unused variable `colno' #216

Closed omar-polo closed 1 year ago

omar-polo commented 1 year ago

clang complained about colno being set but not read. I don't know if it should be used, pspg seems to work fine compiled with this diff in.

okbob commented 1 year ago

Thank you for PR