dont break out of semaphore block every 60 sec as in the past

This commit is contained in:
Jeff Hill
2000-06-15 17:47:57 +00:00
parent dc979956c1
commit d2aaae9be6
2 changed files with 0 additions and 3 deletions

View File

@@ -135,8 +135,6 @@ int CASG::block ( double timeout )
break;
}
remaining = min ( 60.0, remaining );
/*
* wait for asynch notification
*/

View File

@@ -662,7 +662,6 @@ int cac::pendPrivate (double timeout, int early)
}
else{
remaining = timeout - delay;
remaining = min ( 60.0, remaining );
/*
* If we are not waiting for any significant delay