Remove #ifdef macII code left over from ancient A/UX 3.0 support

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Alan Coopersmith 2009-03-05 15:09:28 -08:00
parent daa9727a02
commit eba3bab71f

View File

@ -96,10 +96,6 @@ OsInit(void)
static char* devnull = "/dev/null";
char fname[PATH_MAX];
#ifdef macII
set42sig();
#endif
if (!been_here) {
#if !defined(__SCO__) && !defined(__CYGWIN__) && !defined(__UNIXWARE__)
fclose(stdin);