]> git.tue.mpg.de Git - paraslash.git/commit
string.c: Remove an unused local variable in for_each_line().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 18 Mar 2025 22:53:30 +0000 (23:53 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Mar 2025 16:05:37 +0000 (17:05 +0100)
commit895da5a3b04cd31a0b86d60e36247a5bb5e4988c
tree4c49472f27cf7fd29855f3f9dfa3f3f25f4fdece
parent0cfda8e58c9ceb635ddd1b60ca91f104792bd6af
string.c: Remove an unused local variable in for_each_line().

This set but not used variable existed for a long time, but only now
the first compiler, clang-19 on FreeBSD, started to complain.

Streamline the documentation a bit while at it.
string.c