From 31cbb44024e905fc74e915dcecb53028e784156b Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Sat, 15 Jan 2022 17:12:40 -0500 Subject: [PATCH] Remove the unused MERRCATCH macro This was unused back in the old Macsyma days. No problems with the test suite or share test suite. --- src/mhayat.lisp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mhayat.lisp b/src/mhayat.lisp index f68182612..59e8d122b 100644 --- a/src/mhayat.lisp +++ b/src/mhayat.lisp @@ -263,9 +263,6 @@ `(mtell (intl:gettext "taylor: assumed to be zero: ~M~%") `((mlabel) () ,,exp))) - -(defmacro merrcatch (form) `(catch 'errorsw ,form)) - ;;There is a duplicate version of this in MAXMAC ;;(defmacro infinities () ''($inf $minf $infinity)) -- 2.11.4.GIT