Remove unused macro
This commit is contained in:
parent
25b412d307
commit
e765f14583
|
@ -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)
|
||||||
|
|
Ŝarĝante…
Reference in New Issue