fixed gnu warning

This commit is contained in:
Jeff Hill
2002-11-06 22:40:17 +00:00
parent 3bcc880e73
commit 8c936886e8

View File

@@ -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;