diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-04-26 18:49:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-26 18:49:33 -0700 |
commit | 6e10b08485741a5c960f32b80f43ab6e9070ea0a (patch) | |
tree | 188622af7d7358c6fea3f55936452c1c5641a6f8 /tests/002/proc/1902 | |
parent | 6c8d43bae5a967fc2ffe9fab3f90344b23ce580b (diff) | |
download | txr-6e10b08485741a5c960f32b80f43ab6e9070ea0a.tar.gz txr-6e10b08485741a5c960f32b80f43ab6e9070ea0a.tar.bz2 txr-6e10b08485741a5c960f32b80f43ab6e9070ea0a.zip |
math: remove unused macro.
* arith.c (NOOP): Unused macro removed. This is a leftover
from a code generation system that only existed over the
weekend of December 10-11, 2011. A file called arith.txr was
used to generate arith.c. One case in the minus function
required negating the result due to the reversed operands. The
code was generated by a template common with plus, but plus
didn't need the negation, due to being commutative, so the
code generated for plus called the NOOP macro in the same
place where minus called mp_neg. Just a few hours after
removing arith.txr, I changed the plus code by hand such that
the NOOP macro was not called, without removing the macro.
Good grief.
Diffstat (limited to 'tests/002/proc/1902')
0 files changed, 0 insertions, 0 deletions