removed event throttling code

This commit is contained in:
Marty Kraimer
1996-09-04 15:25:54 +00:00
parent 8f41686a98
commit 36f74c934e
-11
View File
@@ -159,17 +159,6 @@ static long process(psa)
recGblRecordError(S_dev_missingSup,(void *)psa,"read_sa");
return(S_dev_missingSup);
}
/* event throttling */
/* will not work with new event system*/
/*
if (psa->scan == SCAN_IO_EVENT){
if ((psa->evnt != 0) && (gts_trigger_counter != 0)){
if ((gts_trigger_counter % psa->evnt) != 0){
return(0);
}
}
}
*/
if ( pact && psa->busy ) return(0);
status=readValue(psa); /* read the new value */