From 36f74c934e6926e433511e5eb4652e773fc06306 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 4 Sep 1996 15:25:54 +0000 Subject: [PATCH] removed event throttling code --- src/rec/subArrayRecord.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/rec/subArrayRecord.c b/src/rec/subArrayRecord.c index 0432d4c86..47b92b06f 100644 --- a/src/rec/subArrayRecord.c +++ b/src/rec/subArrayRecord.c @@ -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 */