Skip to content

Commit a26e2a5

Browse files
committed
remove unused code
1 parent ae1091d commit a26e2a5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Http/Transport/CurlTransport.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ public function request(TransportRequest $request): TransportResponse
129129
return new TransportResponse($data, $sessionId);
130130
}
131131

132-
private static function buildCookieOptions(string $cookieFilePath): array
133-
{
134-
return [
135-
CURLOPT_COOKIEFILE => $cookieFilePath,
136-
CURLOPT_COOKIEJAR => $cookieFilePath,
137-
];
138-
}
139-
140132
private static function buildPostOptions(TransportRequest $request): array
141133
{
142134
$options = [];

0 commit comments

Comments
 (0)