Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Dec 3, 2021
1 parent 4b0f8fa commit 8cb6724
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/AbstractProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@ protected function getCurlRequestFactory(): IRequestDownloader
return $this->curlRequestFactory;
}

protected function getRequestPostKey(): string
{
return $this->requestPostKey;
}

public function getSubsequentProxyProcessingOverheadMilliseconds(): int
{
return $this->subsequentProxyProcessingOverheadMilliseconds;
Expand Down

0 comments on commit 8cb6724

Please sign in to comment.