*: Remove some for statement declarations

We generally require C99.  Some compilers, e.g.  gcc, barf on
'for' statement declared variables, if std={gnu,c}99 or higher is not
given - even while seemingly accepting other C99 constructs.

As it's trivial, remove these.
3 files changed