Remove unused macro

This commit is contained in:
Jaidyn Ann 2024-05-31 21:39:54 -05:00
parent 25b412d307
commit e765f14583

View File

@ -29,11 +29,6 @@
`(when (getf ,opts ,option) `(when (getf ,opts ,option)
,body)) ,body))
;; list symbol form form
(defmacro if-opt (opts option if-form &optional else-form)
`(if (getf ,opts ,option)
,if-form ,else-form))
;;; Mirror-img (UNIX) ;;; Mirror-img (UNIX)