Skip to content

Commit

Permalink
jaffer: Do not IGNORE used CLIENT variable in %JAFFER expander
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Jun 27, 2024
1 parent d6295f2 commit ea7a584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/jaffer/implementation.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
(defclass client () ())

(defmacro %jaffer (client result-type significand exponent sign)
(declare (ignore client))
(let ((significand-size (quaviver:significand-size result-type)))
`(if (or (not (numberp ,exponent))
(zerop ,significand))
Expand Down

0 comments on commit ea7a584

Please sign in to comment.