src/utilities.lisp: Use `do' in place of unnecessary `do*'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:11 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 8 Oct 2015 20:39:20 +0000 (21:39 +0100)
commit022a34998777f988f6dabf871582692353864561
treef6135f8400bf2c0c7fa8ffa7a19f60576b88de58
parent9fb4a980fa2deb95726ae25a3db62497e9abf7a6
src/utilities.lisp: Use `do' in place of unnecessary `do*'.

The other loop variables seem to have gotten lost somewhere along the
way.
src/utilities.lisp