aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macros.lisp')
-rw-r--r--src/interp/macros.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/macros.lisp b/src/interp/macros.lisp
index 0deffb0e..bdc4d7e7 100644
--- a/src/interp/macros.lisp
+++ b/src/interp/macros.lisp
@@ -488,8 +488,6 @@ terminals and empty or at-end files. In Common Lisp, we must assume record size
#-(OR IBCL AKCL)
(defmacro |elapsedGcTime| () '0)
-(defmacro |do| (&rest args) (CONS 'PROGN args))
-
(defun DROPTRAILINGBLANKS (LINE) (string-right-trim " " LINE))
; This function was modified by Greg Vanuxem on March 31, 2005