From bbc6de30316d1b041d38c4741c30c3f0cc8fd8db Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 8 Jun 1992 21:09:18 +0000
Subject: [PATCH] Removed the load of bit-bash, because we don't want to have
 to support the assemble routine versions.

---
 compiler/loadbackend.lisp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp
index f511fff63..72d777fca 100644
--- a/compiler/loadbackend.lisp
+++ b/compiler/loadbackend.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/loadbackend.lisp,v 1.6 1992/03/21 19:44:30 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.7 1992/06/08 21:09:18 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -60,9 +60,6 @@
 
 (load "assem:assem-rtns")
 
-(unless (or (target-featurep :rt)
-	    (target-featurep :gengc))
-  (load "assem:bit-bash"))
 (load "assem:array")
 (load "assem:arith")
 (unless (target-featurep :gengc)
-- 
GitLab