diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp
index d0b13b2b0a21e0e5b08045f61315f0c1a079ac26..d720e67d0ab3022a269cebe5d6134f6e08aa121b 100644
--- a/compiler/sparc/vm.lisp
+++ b/compiler/sparc/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.2 1990/12/01 22:33:57 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.3 1990/12/02 02:10:59 wlott Exp $
 ;;;
 ;;; This file contains the VM definition for the SPARC.
 ;;;
@@ -251,14 +251,6 @@
 (defregtn nsp any-reg)
 
 
-
-;;;; Side-Effect Classes
-
-(export '(vop-attributes))
-
-(def-boolean-attribute vop
-  any)
-
 
 ;;; Immediate-Constant-SC  --  Interface
 ;;;