Eliminate fossil primitives.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 21 Oct 1992 00:17:23 +0000 (00:17 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 21 Oct 1992 00:17:23 +0000 (00:17 +0000)
v7/src/runtime/uerror.scm

index 9f2920bcb094603bab7e47a8ae4bea4b366134b3..02f7f4cb0fe4a380f2c1b50c86be64025654dbd6 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.32 1992/02/27 22:43:33 jinx Exp $
+$Id: uerror.scm,v 14.33 1992/10/21 00:17:23 jinx Exp $
 
-Copyright (c) 1988-92 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -338,9 +338,7 @@ MIT in each case. |#
             (eq? primitive (ucode-primitive file-open-io-channel 1))
             (eq? primitive (ucode-primitive file-open-output-channel 1)))
         (values "open" "file"))
-       ((or (eq? primitive (ucode-primitive directory-open 1))
-            (eq? primitive (ucode-primitive directory-open-noread 1))
-            (eq? primitive (ucode-primitive new-directory-open 1)))
+       ((eq? primitive (ucode-primitive new-directory-open 1))
         (values "open" "directory"))
        ((or (eq? primitive (ucode-primitive file-modes 1))
             (eq? primitive (ucode-primitive file-access 2)))