diff --git a/src/ca/caEventRate.cpp b/src/ca/caEventRate.cpp index 4498eea36..35fe589d9 100644 --- a/src/ca/caEventRate.cpp +++ b/src/ca/caEventRate.cpp @@ -79,7 +79,6 @@ void caEventRate ( const char *pName, unsigned count ) double samplePeriod = initialSamplePeriod; double X = 0.0; double XX = 0.0; - double test = 0.0; unsigned N = 0u; while ( true ) { unsigned nEvents, lastEventCount, curEventCount;