Skip to content

Commit cec2964

Browse files
committed
Clean up
1 parent 17c0697 commit cec2964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Curl/MultiCurl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,6 @@ private function hasRequestQuota()
11441144
private function waitUntilRequestQuotaAvailable()
11451145
{
11461146
$sleep_until = $this->currentStartTime + $this->intervalSeconds;
1147-
$sleep_until_relative = $sleep_until - $this->currentStartTime;
11481147
$sleep_seconds = $sleep_until - microtime(true);
11491148

11501149
// Avoid using time_sleep_until() as it appears to be less precise and not sleep long enough.

0 commit comments

Comments
 (0)