]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate macros from ses.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Dec 2019 07:27:24 +0000 (09:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Dec 2019 07:27:24 +0000 (09:27 +0200)
* lisp/ses.el (1value, noreturn): Macros deleted, as we
nowadays have them in subr.el.  (Bug#38514)

lisp/ses.el

index 1509e8faa5fbe9fcb3d35cb6116cb994f89d2da7..87ad2ee6365f6010d16b1608f30202c2a4b10162 100644 (file)
@@ -671,17 +671,6 @@ variables `minrow', `maxrow', `mincol', and `maxcol'."
                (let ((col (+ ,c mincol)))
                  ,@body))))))))
 
-;;Support for coverage testing.
-(defmacro 1value (form)
-  "For code-coverage testing, indicate that FORM is expected to always have
-the same value."
-  (declare (debug t))
-  form)
-(defmacro noreturn (form)
-  "For code-coverage testing, indicate that FORM will always signal an error."
-  (declare (debug t))
-  form)
-
 
 ;;----------------------------------------------------------------------------
 ;; Utility functions