* job.c [RISCOS]: Remove logic that is no longer required.

Signed-off-by: Paul Smith <psmith@gnu.org>
Copyright-paperwork-exempt: yes
This commit is contained in:
Duncan Moore 2015-06-14 14:34:18 +01:00 committed by Paul Smith
parent 9efd477e98
commit c6ac580785

6
job.c
View File

@ -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";