Skip to content

Commit

Permalink
compare: remove PREVIOUS-NAME, PREVIOUS-INITARGS
Browse files Browse the repository at this point in the history
Those variables were not used anywhere.

* code/compare/float-integer.lisp (float-integer): Remove unused
variables PREVIOUS-NAME and PREVIOUS-INITARGS.
  • Loading branch information
paulapatience committed Jun 20, 2024
1 parent daf5841 commit 759eb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/compare/float-integer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
(loop with value = (quaviver:bits-float *ieee754-client* float-type bits)
with result
for (name initargs) on clients by #'cddr
for (previous-name previous-initargs) on (list* nil nil clients) by #'cddr
for intrep = (handler-case (multiple-value-list
(quaviver:float-integer
(apply #'make-instance initargs) base value))
Expand Down

0 comments on commit 759eb1a

Please sign in to comment.