From e66f6b00fd243e53fbe90c4bb6e912ba1641b013 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 2 Feb 2008 06:51:48 +0000 Subject: [PATCH] Eliminate unused variable. --- v7/src/runtime/runtime.pkg | 3 +-- v7/src/runtime/uerror.scm | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 79e783390..65191b8ee 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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!))) diff --git a/v7/src/runtime/uerror.scm b/v7/src/runtime/uerror.scm index 023afed08..514164420 100644 --- a/v7/src/runtime/uerror.scm +++ b/v7/src/runtime/uerror.scm @@ -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) -- 2.25.1