diff --git a/src/dev/devSysmon.c b/src/dev/devSysmon.c index 5c06e4786..d7820e663 100644 --- a/src/dev/devSysmon.c +++ b/src/dev/devSysmon.c @@ -59,6 +59,9 @@ * ... * * $Log$ + * Revision 1.3 1994/11/17 21:11:58 winans + * Major restructuring of init code. + * * */ @@ -361,11 +364,6 @@ STATIC void SysmonIsr(int Card) } - -STATIC long SysmonREPORT(void) -{ - printf(""); -} /************************************************************************** * * Initialization of SYSMON Binary I/O Card @@ -797,7 +795,6 @@ static long SysmonGetIointInfoBi( } *ppvt = cards[pvmeio->card].ioscanpvt; -#if 0 if (cmd == 0) { intmask = (((PvtStruct *)(pr->dpvt))->mask)>>8; @@ -807,7 +804,6 @@ static long SysmonGetIointInfoBi( cards[pvmeio->card].SysmonBase->SysmonIntMask |= intmask; } -#endif return(0); }