From: Duncan Moore Date: Sun, 14 Jun 2015 13:34:18 +0000 (+0100) Subject: * job.c [RISCOS]: Remove logic that is no longer required. X-Git-Tag: 4.1.90~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ac58078507aeedb0e2d3a6b20f632652415e93;p=thirdparty%2Fmake.git * job.c [RISCOS]: Remove logic that is no longer required. Signed-off-by: Paul Smith Copyright-paperwork-exempt: yes --- diff --git a/job.c b/job.c index 3d9aec5a..43974f1d 100644 --- 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";