From: Chris Hanson Date: Fri, 15 Feb 2008 05:06:01 +0000 (+0000) Subject: Eliminate now-unused exports. X-Git-Tag: 20090517-FFI~310 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=38f062c0199605f8a437ff7a5f40ed80e21024e0;p=mit-scheme.git Eliminate now-unused exports. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 5f7bb9322..dee9e0482 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.645 2008/02/14 09:51:36 riastradh Exp $ +$Id: runtime.pkg,v 14.646 2008/02/15 05:06:01 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -4187,8 +4187,6 @@ USA. define-guarantee) (export (runtime) define-primitives - define-unary-primitive - define-binary-primitive ucode-primitive ucode-return-address ucode-type))