From d9504ec1c45ddf88f9a216160653af7bbaa743da Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 22 Mar 1992 22:05:53 +0000 Subject: [PATCH] removed temporary hack. --- compiler/backend.lisp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/compiler/backend.lisp b/compiler/backend.lisp index cf14f63e1..36e8670ab 100644 --- a/compiler/backend.lisp +++ b/compiler/backend.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.18 1992/03/22 17:59:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.19 1992/03/22 22:05:53 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -307,9 +307,3 @@ :misfeatures misfeatures))) (setf *target-backend* backend))) - - -;;;; temporary hack. - -(defun backend-vm-support-routines (backend) - (backend-support-routines backend)) -- GitLab