diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 532bc39bbb89c4be52948aed16c07ffe0bd6271a..201778681dc42233b6b70328b4f4fb18403848e0 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -7,23 +7,15 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.38 1992/03/06 10:36:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.39 1992/03/06 10:46:02 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.38 1992/03/06 10:36:03 wlott Exp $
-;;;
 ;;; Description of the MIPS architecture.
 ;;;
 ;;; Written by William Lott
 ;;;
 
-#|
-(eval-when (compile load eval)
-  (unless (find-package "OLD-MIPS")
-    (rename-package (find-package "MIPS") "OLD-MIPS" '("VM"))))
-|#
-
 (in-package "MIPS")
 (use-package "ASSEM")
 (use-package "EXT")