removed unused parameter

This commit is contained in:
Jeff Hill
2002-12-05 23:44:06 +00:00
parent 58dea0cea9
commit 62b4c55d25

View File

@@ -43,7 +43,7 @@ void caEventRate ( const char *pName, unsigned count )
status = ca_pend_io ( 10.0 );
if ( status != ECA_NORMAL ) {
fprintf ( stderr, " not found.\n", pName );
fprintf ( stderr, " not found.\n" );
return;
}