Eliminate now-unused exports.
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Feb 2008 05:06:01 +0000 (05:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Feb 2008 05:06:01 +0000 (05:06 +0000)
v7/src/runtime/runtime.pkg

index 5f7bb9322f8a2fda2adcc02e93b8718204ec0b0c..dee9e04826f23f24cc07c47dc154fa70719ebe20 100644 (file)
@@ -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))