]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* job.c [RISCOS]: Remove logic that is no longer required.
authorDuncan Moore <duncan.moore@gmx.com>
Sun, 14 Jun 2015 13:34:18 +0000 (14:34 +0100)
committerPaul Smith <psmith@gnu.org>
Sun, 12 Jul 2015 04:14:19 +0000 (00:14 -0400)
Signed-off-by: Paul Smith <psmith@gnu.org>
Copyright-paperwork-exempt: yes

job.c

diff --git a/job.c b/job.c
index 3d9aec5a0a022b87134006ef795233f719f482aa..43974f1d991d0358df9b52c4edcdf36a9adee1d3 100644 (file)
--- a/job.c
+++ b/job.c
@@ -73,12 +73,6 @@ char * vms_strsignal (int status);
 # define VMS_POSIX_EXIT_MASK (C_FACILITY_NO | 0xA000)
 #endif
 
-
-#elif defined (__riscos__)
-
-const char *default_shell = "";
-int batch_mode_shell = 0;
-
 #else
 
 const char *default_shell = "/bin/sh";