Eliminate unused variable.
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Feb 2008 06:51:48 +0000 (06:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Feb 2008 06:51:48 +0000 (06:51 +0000)
v7/src/runtime/runtime.pkg
v7/src/runtime/uerror.scm

index 79e78339063b5f05813ff999139b5b88b08f80f2..65191b8eea97eb8919b28597d4abfed39db6e2aa 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.639 2008/02/02 06:01:59 cph Exp $
+$Id: runtime.pkg,v 14.640 2008/02/02 06:51:39 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -2451,7 +2451,6 @@ USA.
          condition-type:system-call-error
          condition-type:unimplemented-primitive
          condition-type:unimplemented-primitive-for-os
-         condition-type:unlinkable-variable
          condition-type:user-microcode-reset
          condition-type:wrong-arity-primitives)
   (initialization (initialize-package!)))
index 023afed08dffa2845a2125fde98ebb7f7c468d57..514164420e260462c81c279396ba3c5591a208f9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: uerror.scm,v 14.58 2008/01/30 20:02:36 cph Exp $
+$Id: uerror.scm,v 14.59 2008/02/02 06:51:48 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -46,7 +46,6 @@ USA.
 (define condition-type:system-call-error)
 (define condition-type:unimplemented-primitive)
 (define condition-type:unimplemented-primitive-for-os)
-(define condition-type:unlinkable-variable)
 (define condition-type:user-microcode-reset)
 (define condition-type:wrong-arity-primitives)