From: Guillermo J. Rozas <edu/mit/csail/zurich/gjr>
Date: Fri, 5 Mar 1993 03:12:29 +0000 (+0000)
Subject: Remove subprocess-job-control-available?, no longer needed and
X-Git-Tag: 20090517-FFI~8430
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=07f978c2a1efbe2227c1c249745d9193fc9d34f9;p=mit-scheme.git

Remove subprocess-job-control-available?, no longer needed and
interfering with the Unix version.
---

diff --git a/v7/src/edwin/dos.scm b/v7/src/edwin/dos.scm
index 65f7f2388..4adf89ab5 100644
--- a/v7/src/edwin/dos.scm
+++ b/v7/src/edwin/dos.scm
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;	$Id: dos.scm,v 1.9 1993/02/25 08:51:55 gjr Exp $
+;;;	$Id: dos.scm,v 1.10 1993/03/05 03:12:29 gjr Exp $
 ;;;
 ;;;	Copyright (c) 1992-1993 Massachusetts Institute of Technology
 ;;;
@@ -46,12 +46,6 @@
 
 (declare (usual-integrations))
 
-;; This is bogus, but only used to determine whether SUSPEND-SCHEME works,
-;; which it sort of does (subshell) under DOS.
-
-(define (subprocess-job-control-available?)
-  true)
-
 (define-variable backup-by-copying-when-linked
   "True means use copying to create backups for files with multiple names.
 This causes the alternate names to refer to the latest version as edited.