From e765f14583c9a258e7861867805c97aaafdfc35b Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Fri, 31 May 2024 21:39:54 -0500 Subject: [PATCH] Remove unused macro --- src/unix.lisp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/unix.lisp b/src/unix.lisp index e554044..9a43e5e 100644 --- a/src/unix.lisp +++ b/src/unix.lisp @@ -29,11 +29,6 @@ `(when (getf ,opts ,option) ,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)