Remove useless SPECIALP calls
commit69c147a4cf967998b918e6b419bc8a47913ad348
authorKris Katterjohn <katterjohn@gmail.com>
Wed, 1 Jul 2020 19:27:48 +0000 (1 15:27 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Wed, 1 Jul 2020 19:27:48 +0000 (1 15:27 -0400)
treea3829cd08bf1104cfb62c7537d6e82f5eaed7d7f
parent231a15424d60d17bd7a64c0b896878d40e02509a
Remove useless SPECIALP calls

SPECIALP no longer performs any side effects since commit 231a1542
so some calls can be removed.  (Those side effects had actually been
useless anyway since the port to Common Lisp.  See the message for
the aforementioned commit for more.)

No functional changes.

No problems with the test suite or share test suite.
tests/rtest_translator.mac runs as expected.
src/transl.lisp