From 2c792a4ba6abd0d2ffb578a79d1880bd68c70647 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 3 Nov 1990 16:22:21 +0000
Subject: [PATCH] Nuked import of symbols from c::, 'cause they are now
 exported.

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

diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 9f7a75501..99fd0f897 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.26 1990/10/01 16:31:24 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.27 1990/11/03 16:22:21 wlott Exp $
 ;;;
 ;;; Description of the MIPS architecture.
 ;;;
@@ -18,9 +18,6 @@
 (use-package "ASSEM")
 (use-package "EXT")
 
-(import '(c::tn-p c::tn-sc c::tn-offset c::sc-sb c::sb-name c::zero-tn
-		  c::registers c::float-registers
-		  c::component-header-length))
 
 
 ;;;; Resources.
-- 
GitLab